diff options
author | 蔡正龙 <zhenglong.cai@cs2c.com.cn> | 2013-12-20 10:04:10 +0800 |
---|---|---|
committer | Eric Paris <eparis@redhat.com> | 2014-03-20 10:11:09 -0400 |
commit | 015d991f7d97783f7220445960c0369b3e54ed08 (patch) | |
tree | 5efbf573e89b16595664bb0606fc7ab4324aedb9 /init | |
parent | 099dd235113700bbb476e572cd191ddb77b9af46 (diff) |
alpha: Enable system-call auditing support.
Signed-off-by: Zhenglong.cai <zhenglong.cai@cs2c.com.cn>
Signed-off-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'init')
-rw-r--r-- | init/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig index 4e5d96ab2034..7c3c15283e87 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -284,7 +284,7 @@ config AUDIT config AUDITSYSCALL bool "Enable system-call auditing support" - depends on AUDIT && (X86 || PARISC || PPC || S390 || IA64 || UML || SPARC64 || SUPERH || (ARM && AEABI && !OABI_COMPAT)) + depends on AUDIT && (X86 || PARISC || PPC || S390 || IA64 || UML || SPARC64 || SUPERH || (ARM && AEABI && !OABI_COMPAT) || ALPHA) default y if SECURITY_SELINUX help Enable low-overhead system-call auditing infrastructure that |