summaryrefslogtreecommitdiffstats
path: root/arch/alpha/Kconfig
diff options
context:
space:
mode:
author蔡正龙2013-12-20 03:04:10 +0100
committerEric Paris2014-03-20 15:11:09 +0100
commit015d991f7d97783f7220445960c0369b3e54ed08 (patch)
tree5efbf573e89b16595664bb0606fc7ab4324aedb9 /arch/alpha/Kconfig
parentaudit: Send replies in the proper network namespace. (diff)
downloadkernel-qcow2-linux-015d991f7d97783f7220445960c0369b3e54ed08.tar.gz
kernel-qcow2-linux-015d991f7d97783f7220445960c0369b3e54ed08.tar.xz
kernel-qcow2-linux-015d991f7d97783f7220445960c0369b3e54ed08.zip
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 'arch/alpha/Kconfig')
-rw-r--r--arch/alpha/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/alpha/Kconfig b/arch/alpha/Kconfig
index d39dc9b95a2c..f23ab8ba4912 100644
--- a/arch/alpha/Kconfig
+++ b/arch/alpha/Kconfig
@@ -16,6 +16,7 @@ config ALPHA
select ARCH_WANT_IPC_PARSE_VERSION
select ARCH_HAVE_NMI_SAFE_CMPXCHG
select ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE
+ select AUDIT_ARCH
select GENERIC_CLOCKEVENTS
select GENERIC_SMP_IDLE_THREAD
select GENERIC_STRNCPY_FROM_USER
@@ -76,6 +77,8 @@ config GENERIC_ISA_DMA
source "init/Kconfig"
source "kernel/Kconfig.freezer"
+config AUDIT_ARCH
+ bool
menu "System setup"