aboutsummaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
authorPeter Martuccelli <peterm@redhat.com>2004-07-09 00:09:21 -0700
committerDavid Mosberger <davidm@tiger.hpl.hp.com>2004-07-09 00:09:21 -0700
commit6751b2da9e529a73f265b397b2aed7843d78547f (patch)
tree1190fff9e1080074568662a7c58e2fff5b36a912 /init
parent670a7f726fd5731f02851160bb4d7a775f417cb5 (diff)
downloadhistory-6751b2da9e529a73f265b397b2aed7843d78547f.tar.gz
[PATCH] ia64: add audit support
This patch adds IA64 support to the audit infrastructure. The IA64 audit patch complements the existing audit support for the i386, PPC64, and x86_64 architectures. This patch is based on work by Ray Lanza. Signed-off-by: Peter Martuccelli <peterm@redhat.com> Signed-off-by: David Mosberger <davidm@hpl.hp.com>
Diffstat (limited to 'init')
-rw-r--r--init/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig
index 255c776d24ac02..f1dc997114e79e 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -162,7 +162,7 @@ config AUDIT
config AUDITSYSCALL
bool "Enable system-call auditing support"
- depends on AUDIT && (X86 || PPC64 || ARCH_S390)
+ depends on AUDIT && (X86 || PPC64 || ARCH_S390 || IA64)
default y if SECURITY_SELINUX
default n
help