Blame view

include/asm-generic/audit_change_attr.h 419 Bytes
aaeb012fe   Chris Metcalf   audit: support th...
1
  #ifdef __NR_chmod
b915543b4   Al Viro   [PATCH] audit sys...
2
  __NR_chmod,
aaeb012fe   Chris Metcalf   audit: support th...
3
  #endif
b915543b4   Al Viro   [PATCH] audit sys...
4
  __NR_fchmod,
a83fbf635   Al Viro   [PATCH] fix missi...
5
  #ifdef __NR_chown
b915543b4   Al Viro   [PATCH] audit sys...
6
7
8
  __NR_chown,
  __NR_fchown,
  __NR_lchown,
a83fbf635   Al Viro   [PATCH] fix missi...
9
  #endif
b915543b4   Al Viro   [PATCH] audit sys...
10
11
12
13
14
15
  __NR_setxattr,
  __NR_lsetxattr,
  __NR_fsetxattr,
  __NR_removexattr,
  __NR_lremovexattr,
  __NR_fremovexattr,
a83fbf635   Al Viro   [PATCH] fix missi...
16
  #ifdef __NR_fchownat
b915543b4   Al Viro   [PATCH] audit sys...
17
18
  __NR_fchownat,
  __NR_fchmodat,
a83fbf635   Al Viro   [PATCH] fix missi...
19
  #endif
b915543b4   Al Viro   [PATCH] audit sys...
20
21
22
23
24
  #ifdef __NR_chown32
  __NR_chown32,
  __NR_fchown32,
  __NR_lchown32,
  #endif
aaeb012fe   Chris Metcalf   audit: support th...
25
  #ifdef __NR_link
af2951325   Al Viro   audit: make link(...
26
  __NR_link,
aaeb012fe   Chris Metcalf   audit: support th...
27
  #endif
af2951325   Al Viro   audit: make link(...
28
29
30
  #ifdef __NR_linkat
  __NR_linkat,
  #endif