]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Disable chroot exec logging in installer.
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 7 Apr 2009 20:27:24 +0000 (22:27 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 7 Apr 2009 20:27:24 +0000 (22:27 +0200)
src/install/etc/grsec/sysctl.conf

index 808d83095b6396d17e96d2d12fee0a61cf567056..f3fbde3e3f060260d588f20282896968f86e69d5 100644 (file)
@@ -3,6 +3,9 @@
 # Disable chroot caps
 kernel.grsecurity.chroot_caps = 0
 
+# Disable chroot exec logging
+kernel.grsecurity.chroot_execlog = 0
+
 # Locking all settings - must be the last line
 kernel.grsecurity.grsec_lock = 1