diff options
author | Richard Yao <ryao@gentoo.org> | 2014-08-16 22:47:37 -0400 |
---|---|---|
committer | Richard Yao <ryao@gentoo.org> | 2015-07-31 14:04:54 -0400 |
commit | 7e22da0ee74bdc05056668a99fac5aa8cfe16a30 (patch) | |
tree | 752615c6f5740da7b8300fbc4883f1236fde9fef /arch/sparc64 | |
parent | Include CONFIG_FHANDLE=y in default kernel config, bug #519298 (diff) | |
download | genkernel-7e22da0ee74bdc05056668a99fac5aa8cfe16a30.tar.gz genkernel-7e22da0ee74bdc05056668a99fac5aa8cfe16a30.tar.bz2 genkernel-7e22da0ee74bdc05056668a99fac5aa8cfe16a30.zip |
Enable CONFIG_AUDIT=y on almost all architectures
CONFIG_AUDIT is already enabled on the most common architectures. It is
ancient, yet it is required by SELinux. Lets enable it on all
architectures for SELinux compatibility.
It is not clear that ./arch/ppc64/kernel-2.6-pSeries and
./arch/ppc64/kernel-2.6.g5 even still work. I am omitting them from this
commit because it is not clear to me that they even still work. Someone
with appropriate hardware will need to update the config file(s).
Signed-off-by: Richard Yao <ryao@gentoo.org>
Diffstat (limited to 'arch/sparc64')
-rw-r--r-- | arch/sparc64/kernel-config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc64/kernel-config b/arch/sparc64/kernel-config index d8570ee7..21ea9fb5 100644 --- a/arch/sparc64/kernel-config +++ b/arch/sparc64/kernel-config @@ -46,7 +46,7 @@ CONFIG_POSIX_MQUEUE=y # CONFIG_TASKSTATS is not set # CONFIG_UTS_NS is not set CONFIG_FHANDLE=y -# CONFIG_AUDIT is not set +CONFIG_AUDIT=y CONFIG_IKCONFIG=y CONFIG_IKCONFIG_PROC=y # CONFIG_CPUSETS is not set |