summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config-generic3
-rw-r--r--kernel.spec3
2 files changed, 5 insertions, 1 deletions
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 <jwboyer@redhat.com>
+- Enable CONFIG_AUDIT_LOGINUID_IMMUTABLE
+
* Tue Feb 19 2013 Josh Boyer <jwboyer@redhat.com> - 3.8.0-1
- Linux v3.8
- Fix build with CONFIG_EFI disabled, reported by Peter Bowey (rhbz 911833)