diff options
Diffstat (limited to 'arch/s390/kernel/compat_audit.c')
-rw-r--r-- | arch/s390/kernel/compat_audit.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/s390/kernel/compat_audit.c b/arch/s390/kernel/compat_audit.c index 1a7d34fecf67..d9e5f3540d48 100644 --- a/arch/s390/kernel/compat_audit.c +++ b/arch/s390/kernel/compat_audit.c | |||
@@ -10,3 +10,13 @@ unsigned s390_chattr_class[] = { | |||
10 | #include <asm-generic/audit_change_attr.h> | 10 | #include <asm-generic/audit_change_attr.h> |
11 | ~0U | 11 | ~0U |
12 | }; | 12 | }; |
13 | |||
14 | unsigned s390_write_class[] = { | ||
15 | #include <asm-generic/audit_write.h> | ||
16 | ~0U | ||
17 | }; | ||
18 | |||
19 | unsigned s390_read_class[] = { | ||
20 | #include <asm-generic/audit_read.h> | ||
21 | ~0U | ||
22 | }; | ||