summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/compat_audit.c
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2006-08-31 23:02:42 (GMT)
committerAl Viro <viro@zeniv.linux.org.uk>2006-09-11 17:32:25 (GMT)
commitc08037997d4ae3e9a679fbdb46ed47c957916e14 (patch)
tree952bc446670f19efb3a008f4846905d50ef235fd /arch/powerpc/kernel/compat_audit.c
parent5974501e2d44546748e67c635cec20ba66619a3d (diff)
downloadlinux-fsl-qoriq-c08037997d4ae3e9a679fbdb46ed47c957916e14.tar.xz
[PATCH] syscall classes hookup for ppc and s390
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/powerpc/kernel/compat_audit.c')
-rw-r--r--arch/powerpc/kernel/compat_audit.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/powerpc/kernel/compat_audit.c b/arch/powerpc/kernel/compat_audit.c
new file mode 100644
index 0000000..dbbb8b8
--- /dev/null
+++ b/arch/powerpc/kernel/compat_audit.c
@@ -0,0 +1,12 @@
+#undef __powerpc64__
+#include <asm/unistd.h>
+
+unsigned ppc32_dir_class[] = {
+#include <asm-generic/audit_dir_write.h>
+~0U
+};
+
+unsigned ppc32_chattr_class[] = {
+#include <asm-generic/audit_change_attr.h>
+~0U
+};