Blame view

include/asm-generic/audit_dir_write.h 416 Bytes
aaeb012fe   Chris Metcalf   audit: support th...
1
  #ifdef __NR_rename
b915543b4   Al Viro   [PATCH] audit sys...
2
  __NR_rename,
aaeb012fe   Chris Metcalf   audit: support th...
3
4
  #endif
  #ifdef __NR_mkdir
b915543b4   Al Viro   [PATCH] audit sys...
5
  __NR_mkdir,
aaeb012fe   Chris Metcalf   audit: support th...
6
7
  #endif
  #ifdef __NR_rmdir
b915543b4   Al Viro   [PATCH] audit sys...
8
  __NR_rmdir,
aaeb012fe   Chris Metcalf   audit: support th...
9
  #endif
a83fbf635   Al Viro   [PATCH] fix missi...
10
  #ifdef __NR_creat
b915543b4   Al Viro   [PATCH] audit sys...
11
  __NR_creat,
a83fbf635   Al Viro   [PATCH] fix missi...
12
  #endif
aaeb012fe   Chris Metcalf   audit: support th...
13
  #ifdef __NR_link
b915543b4   Al Viro   [PATCH] audit sys...
14
  __NR_link,
aaeb012fe   Chris Metcalf   audit: support th...
15
16
  #endif
  #ifdef __NR_unlink
b915543b4   Al Viro   [PATCH] audit sys...
17
  __NR_unlink,
aaeb012fe   Chris Metcalf   audit: support th...
18
19
  #endif
  #ifdef __NR_symlink
b915543b4   Al Viro   [PATCH] audit sys...
20
  __NR_symlink,
aaeb012fe   Chris Metcalf   audit: support th...
21
22
  #endif
  #ifdef __NR_mknod
b915543b4   Al Viro   [PATCH] audit sys...
23
  __NR_mknod,
aaeb012fe   Chris Metcalf   audit: support th...
24
  #endif
a83fbf635   Al Viro   [PATCH] fix missi...
25
  #ifdef __NR_mkdirat
b915543b4   Al Viro   [PATCH] audit sys...
26
27
28
29
30
31
  __NR_mkdirat,
  __NR_mknodat,
  __NR_unlinkat,
  __NR_renameat,
  __NR_linkat,
  __NR_symlinkat,
a83fbf635   Al Viro   [PATCH] fix missi...
32
  #endif