diff options
Diffstat (limited to 'arch/x86_64/ia32/audit.c')
| -rw-r--r-- | arch/x86_64/ia32/audit.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/x86_64/ia32/audit.c b/arch/x86_64/ia32/audit.c new file mode 100644 index 000000000000..ab94f2e58cdd --- /dev/null +++ b/arch/x86_64/ia32/audit.c | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | #include <asm-i386/unistd.h> | ||
| 2 | |||
| 3 | unsigned ia32_dir_class[] = { | ||
| 4 | #include <asm-generic/audit_dir_write.h> | ||
| 5 | ~0U | ||
| 6 | }; | ||
| 7 | |||
| 8 | unsigned ia32_chattr_class[] = { | ||
| 9 | #include <asm-generic/audit_change_attr.h> | ||
| 10 | ~0U | ||
| 11 | }; | ||
