From: Michael Tremer Date: Tue, 7 Apr 2009 20:27:24 +0000 (+0200) Subject: Disable chroot exec logging in installer. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db31cca5a6aa9390ba0873d1c63ac082013bafd2;p=ipfire-3.x.git Disable chroot exec logging in installer. --- diff --git a/src/install/etc/grsec/sysctl.conf b/src/install/etc/grsec/sysctl.conf index 808d83095..f3fbde3e3 100644 --- a/src/install/etc/grsec/sysctl.conf +++ b/src/install/etc/grsec/sysctl.conf @@ -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