forked from brl/citadel
10 lines
284 B
Plaintext
10 lines
284 B
Plaintext
|
|
# disable some pax and grsecurity features so that debootstrap will work
|
|
# this should be removed later
|
|
|
|
kernel.grsecurity.chroot_caps = 0
|
|
kernel.grsecurity.chroot_deny_chmod = 0
|
|
kernel.grsecurity.chroot_deny_mknod = 0
|
|
kernel.grsecurity.chroot_deny_mount = 0
|
|
kernel.pax.softmode = 1
|