Blame view

include/asm-generic/audit_change_attr.h 320 Bytes
b915543b4   Al Viro   [PATCH] audit sys...
1
2
  __NR_chmod,
  __NR_fchmod,
a83fbf635   Al Viro   [PATCH] fix missi...
3
  #ifdef __NR_chown
b915543b4   Al Viro   [PATCH] audit sys...
4
5
6
  __NR_chown,
  __NR_fchown,
  __NR_lchown,
a83fbf635   Al Viro   [PATCH] fix missi...
7
  #endif
b915543b4   Al Viro   [PATCH] audit sys...
8
9
10
11
12
13
  __NR_setxattr,
  __NR_lsetxattr,
  __NR_fsetxattr,
  __NR_removexattr,
  __NR_lremovexattr,
  __NR_fremovexattr,
a83fbf635   Al Viro   [PATCH] fix missi...
14
  #ifdef __NR_fchownat
b915543b4   Al Viro   [PATCH] audit sys...
15
16
  __NR_fchownat,
  __NR_fchmodat,
a83fbf635   Al Viro   [PATCH] fix missi...
17
  #endif
b915543b4   Al Viro   [PATCH] audit sys...
18
19
20
21
22
  #ifdef __NR_chown32
  __NR_chown32,
  __NR_fchown32,
  __NR_lchown32,
  #endif