1
0
forked from brl/citadel
citadel/meta-citadel/recipes-core/base-files/files/99-grsec-debootstrap.conf

10 lines
284 B
Plaintext
Raw Normal View History

# 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