turn off chroot_deny_fchdir because chromium needs this disabled
This commit is contained in:
parent
6b59f72907
commit
d02e194a0c
@ -7,4 +7,8 @@ kernel.grsecurity.chroot_deny_chmod = 0
|
|||||||
kernel.grsecurity.chroot_deny_mknod = 0
|
kernel.grsecurity.chroot_deny_mknod = 0
|
||||||
kernel.grsecurity.chroot_deny_mount = 0
|
kernel.grsecurity.chroot_deny_mount = 0
|
||||||
kernel.grsecurity.chroot_deny_pivot = 0
|
kernel.grsecurity.chroot_deny_pivot = 0
|
||||||
|
|
||||||
|
# Chrome/Chromium sandbox won't work without this
|
||||||
|
kernel.grsecurity.chroot_deny_fchdir = 0
|
||||||
|
|
||||||
kernel.pax.softmode = 1
|
kernel.pax.softmode = 1
|
||||||
|
Loading…
Reference in New Issue
Block a user