Enable CONFIG_AUDIT_LOGINUID_IMMUTABLE

http://lists.fedoraproject.org/pipermail/kernel/2013-February/004125.html
This commit is contained in:
Josh Boyer 2013-02-19 07:38:09 -05:00
parent b1b2d34318
commit 3c64815c19
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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)