diff options
author | Yuichi Nakamura <ynakam@hitachisoft.jp> | 2007-11-10 05:21:34 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-01-27 23:18:57 -0500 |
commit | 1322b9def91ab8e9e673b58a64e13d6effaaa652 (patch) | |
tree | b52716f0d120f9d51b0cf32462c4f6f68d3c412b /init | |
parent | 12760cb4df2a244efbaa262b32590af295c0b8e1 (diff) |
sh: syscall audit support.
Support syscall auditing..
Signed-off-by: Yuichi Nakamura <ynakam@hitachisoft.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
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 0eda68f0ad54..288444b4cd8a 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -238,7 +238,7 @@ config AUDIT | |||
238 | 238 | ||
239 | config AUDITSYSCALL | 239 | config AUDITSYSCALL |
240 | bool "Enable system-call auditing support" | 240 | bool "Enable system-call auditing support" |
241 | depends on AUDIT && (X86 || PPC || PPC64 || S390 || IA64 || UML || SPARC64) | 241 | depends on AUDIT && (X86 || PPC || PPC64 || S390 || IA64 || UML || SPARC64|| SUPERH) |
242 | default y if SECURITY_SELINUX | 242 | default y if SECURITY_SELINUX |
243 | help | 243 | help |
244 | Enable low-overhead system-call auditing infrastructure that | 244 | Enable low-overhead system-call auditing infrastructure that |