aboutsummaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
Diffstat (limited to 'init')
-rw-r--r--init/Kconfig5
1 files changed, 4 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig
index 7c3c15283e87..d10a994c40f5 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -282,9 +282,12 @@ config AUDIT
282 logging of avc messages output). Does not do system-call 282 logging of avc messages output). Does not do system-call
283 auditing without CONFIG_AUDITSYSCALL. 283 auditing without CONFIG_AUDITSYSCALL.
284 284
285config HAVE_ARCH_AUDITSYSCALL
286 bool
287
285config AUDITSYSCALL 288config AUDITSYSCALL
286 bool "Enable system-call auditing support" 289 bool "Enable system-call auditing support"
287 depends on AUDIT && (X86 || PARISC || PPC || S390 || IA64 || UML || SPARC64 || SUPERH || (ARM && AEABI && !OABI_COMPAT) || ALPHA) 290 depends on AUDIT && HAVE_ARCH_AUDITSYSCALL
288 default y if SECURITY_SELINUX 291 default y if SECURITY_SELINUX
289 help 292 help
290 Enable low-overhead system-call auditing infrastructure that 293 Enable low-overhead system-call auditing infrastructure that