diff options
Diffstat (limited to 'init/Kconfig')
-rw-r--r-- | init/Kconfig | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig index 427ba60d638f..765018c24cf9 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -292,9 +292,12 @@ config AUDIT | |||
292 | logging of avc messages output). Does not do system-call | 292 | logging of avc messages output). Does not do system-call |
293 | auditing without CONFIG_AUDITSYSCALL. | 293 | auditing without CONFIG_AUDITSYSCALL. |
294 | 294 | ||
295 | config HAVE_ARCH_AUDITSYSCALL | ||
296 | bool | ||
297 | |||
295 | config AUDITSYSCALL | 298 | config AUDITSYSCALL |
296 | bool "Enable system-call auditing support" | 299 | bool "Enable system-call auditing support" |
297 | depends on AUDIT && (X86 || PARISC || PPC || S390 || IA64 || UML || SPARC64 || SUPERH || (ARM && AEABI && !OABI_COMPAT) || ALPHA) | 300 | depends on AUDIT && HAVE_ARCH_AUDITSYSCALL |
298 | default y if SECURITY_SELINUX | 301 | default y if SECURITY_SELINUX |
299 | help | 302 | help |
300 | Enable low-overhead system-call auditing infrastructure that | 303 | Enable low-overhead system-call auditing infrastructure that |