mirror of
https://git.proxmox.com/git/lxc
synced 2025-08-14 05:14:00 +00:00
remove some non-default lxc.cap.drop entries
This really shouldn't be that much distro specific... Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
3d34e0e56c
commit
c9671e63ae
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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 =
|
||||
|
Loading…
Reference in New Issue
Block a user