summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/compat_audit.c
diff options
context:
space:
mode:
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 000000000000..dbbb8b81f1d9
--- /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
+};