summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYin, Fengwei <fengwei.yin@linaro.org>2015-05-28 05:15:31 -0400
committerYin, Fengwei <fengwei.yin@linaro.org>2015-05-28 05:15:31 -0400
commit3b80d82f381bbe24de6c0f9945dd56d237a570cc (patch)
treea95dbbc0aa3fe1cf5c35b2fcd30b1b756c1a3eea
parent63a7e4005794936bb443fa7bdd0f662f7c519539 (diff)
audit: Enable syscall audit for more ARCH.audit_patch_backport
Signed-off-by: Yin, Fengwei <fengwei.yin@linaro.org>
-rw-r--r--init/Kconfig5
1 files changed, 4 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig
index 79b356f892f..17fb181918e 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -253,9 +253,12 @@ config AUDIT
logging of avc messages output). Does not do system-call
auditing without CONFIG_AUDITSYSCALL.
+config HAVE_ARCH_AUDITSYSCALL
+ bool
+
config AUDITSYSCALL
bool "Enable system-call auditing support"
- depends on AUDIT && (X86 || PPC || S390 || IA64 || UML || SPARC64 || SUPERH || (ARM && AEABI && !OABI_COMPAT))
+ depends on AUDIT && HAVE_ARCH_AUDITSYSCALL
default y if SECURITY_SELINUX
help
Enable low-overhead system-call auditing infrastructure that