projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
[PATCH] syscall classes hookup for ppc and s390
[linux-2.6]
/
arch
/
s390
/
kernel
/
compat_audit.c
1
#undef __s390x__
2
#include <asm/unistd.h>
3
4
unsigned s390_dir_class[] = {
5
#include <asm-generic/audit_dir_write.h>
6
~0U
7
};
8
9
unsigned s390_chattr_class[] = {
10
#include <asm-generic/audit_change_attr.h>
11
~0U
12
};