From c9671e63ae7d0bfb1c30b9ccafdcc7de199ee7e6 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Tue, 4 Sep 2018 15:00:12 +0200 Subject: [PATCH] remove some non-default lxc.cap.drop entries This really shouldn't be that much distro specific... Signed-off-by: Wolfgang Bumiller --- config/archlinux.common.conf.in | 2 -- config/centos.common.conf.in | 1 - config/fedora.common.conf.in | 1 - config/opensuse.common.conf.in | 1 - 4 files changed, 5 deletions(-) diff --git a/config/archlinux.common.conf.in b/config/archlinux.common.conf.in index 81d6548..bebd7ad 100644 --- a/config/archlinux.common.conf.in +++ b/config/archlinux.common.conf.in @@ -27,5 +27,3 @@ lxc.signal.halt=SIGRTMIN+4 # lxc.cap.drop = audit_control # breaks sshd (set_loginuid failed) # lxc.cap.drop = audit_write # lxc.cap.drop = setpcap # big big login delays in Fedora 20 systemd -# -lxc.cap.drop = setfcap sys_nice sys_pacct sys_rawio diff --git a/config/centos.common.conf.in b/config/centos.common.conf.in index 8a72ad0..a463e42 100644 --- a/config/centos.common.conf.in +++ b/config/centos.common.conf.in @@ -17,4 +17,3 @@ lxc.include = @LXCTEMPLATECONFIG@/common.conf # lxc.cap.drop = setuid # breaks sshd,nfs statd # lxc.cap.drop = audit_control # breaks sshd (set_loginuid failed) # lxc.cap.drop = audit_write -lxc.cap.drop = sys_nice sys_pacct sys_rawio diff --git a/config/fedora.common.conf.in b/config/fedora.common.conf.in index acebe3c..365e5ff 100644 --- a/config/fedora.common.conf.in +++ b/config/fedora.common.conf.in @@ -18,4 +18,3 @@ lxc.include = @LXCTEMPLATECONFIG@/common.conf # lxc.cap.drop = audit_control # breaks sshd (set_loginuid failed) # lxc.cap.drop = audit_write # lxc.cap.drop = setpcap # big big login delays in Fedora 20 systemd -lxc.cap.drop = setfcap sys_nice sys_pacct sys_rawio diff --git a/config/opensuse.common.conf.in b/config/opensuse.common.conf.in index c312395..536df96 100644 --- a/config/opensuse.common.conf.in +++ b/config/opensuse.common.conf.in @@ -19,6 +19,5 @@ lxc.include = @LXCTEMPLATECONFIG@/common.conf # lxc.cap.drop = audit_write # lxc.cap.drop = setpcap # big big login delays in Fedora 20 systemd # lxc.cap.drop = setfcap -lxc.cap.drop = sys_nice sys_pacct sys_rawio lxc.tty.dir = -- 2.39.2