diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2006-08-31 19:05:56 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2006-09-11 13:32:27 -0400 |
commit | dc104fb3231f11e95b5a0f09ae3ab27a8fd5b2e8 (patch) | |
tree | 2db993a72a4eac79841f531e2961576bf9fb56d7 /arch/s390/kernel/compat_audit.c | |
parent | c08037997d4ae3e9a679fbdb46ed47c957916e14 (diff) |
[PATCH] audit: more syscall classes added
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
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 | }; | ||