]> nv-tegra.nvidia Code Review - linux-2.6.git/blob - include/asm-generic/audit_change_attr.h
cciss: Add a "raid_level" attribute to each logical drive in /sys
[linux-2.6.git] / include / asm-generic / audit_change_attr.h
1 __NR_chmod,
2 __NR_fchmod,
3 #ifdef __NR_chown
4 __NR_chown,
5 __NR_fchown,
6 __NR_lchown,
7 #endif
8 __NR_setxattr,
9 __NR_lsetxattr,
10 __NR_fsetxattr,
11 __NR_removexattr,
12 __NR_lremovexattr,
13 __NR_fremovexattr,
14 #ifdef __NR_fchownat
15 __NR_fchownat,
16 __NR_fchmodat,
17 #endif
18 #ifdef __NR_chown32
19 __NR_chown32,
20 __NR_fchown32,
21 __NR_lchown32,
22 #endif