1
0
forked from brl/citadel

Disable kernel.grsecurity.chroot_deny_pivot sysctl setting in 99-grsec-debootstrap

This commit is contained in:
David McKinney 2018-06-28 18:30:55 -04:00
parent f5c46b1a4f
commit 7ca2ed90f2

View File

@ -6,4 +6,5 @@ kernel.grsecurity.chroot_caps = 0
kernel.grsecurity.chroot_deny_chmod = 0
kernel.grsecurity.chroot_deny_mknod = 0
kernel.grsecurity.chroot_deny_mount = 0
kernel.grsecurity.chroot_deny_pivot = 0
kernel.pax.softmode = 1