From 3c64815c19224de210c75e6989596d502ce36e51 Mon Sep 17 00:00:00 2001 From: Josh Boyer Date: Tue, 19 Feb 2013 07:38:09 -0500 Subject: [PATCH] Enable CONFIG_AUDIT_LOGINUID_IMMUTABLE http://lists.fedoraproject.org/pipermail/kernel/2013-February/004125.html --- config-generic | 3 ++- kernel.spec | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/config-generic b/config-generic index 200995146..d6435d422 100644 --- a/config-generic +++ b/config-generic @@ -3952,7 +3952,8 @@ CONFIG_SECURITY_SELINUX_AVC_STATS=y # CONFIG_SECURITY_YAMA is not set CONFIG_AUDIT=y CONFIG_AUDITSYSCALL=y -# CONFIG_AUDIT_LOGINUID_IMMUTABLE is not set +# http://lists.fedoraproject.org/pipermail/kernel/2013-February/004125.html +CONFIG_AUDIT_LOGINUID_IMMUTABLE=y # # Cryptographic options diff --git a/kernel.spec b/kernel.spec index acd7d1e19..a9c235ed2 100644 --- a/kernel.spec +++ b/kernel.spec @@ -2310,6 +2310,9 @@ fi # ||----w | # || || %changelog +* Tue Feb 19 2013 Josh Boyer +- Enable CONFIG_AUDIT_LOGINUID_IMMUTABLE + * Tue Feb 19 2013 Josh Boyer - 3.8.0-1 - Linux v3.8 - Fix build with CONFIG_EFI disabled, reported by Peter Bowey (rhbz 911833)