score: remove redundant kcore_list entries
[linux-2.6-block.git] / include / asm-generic / audit_change_attr.h
CommitLineData
aaeb012f 1#ifdef __NR_chmod
b915543b 2__NR_chmod,
aaeb012f 3#endif
b915543b 4__NR_fchmod,
a83fbf63 5#ifdef __NR_chown
b915543b
AV
6__NR_chown,
7__NR_fchown,
8__NR_lchown,
a83fbf63 9#endif
b915543b
AV
10__NR_setxattr,
11__NR_lsetxattr,
12__NR_fsetxattr,
13__NR_removexattr,
14__NR_lremovexattr,
15__NR_fremovexattr,
a83fbf63 16#ifdef __NR_fchownat
b915543b
AV
17__NR_fchownat,
18__NR_fchmodat,
a83fbf63 19#endif
b915543b
AV
20#ifdef __NR_chown32
21__NR_chown32,
22__NR_fchown32,
23__NR_lchown32,
24#endif
aaeb012f 25#ifdef __NR_link
af295132 26__NR_link,
aaeb012f 27#endif
af295132
AV
28#ifdef __NR_linkat
29__NR_linkat,
30#endif