Blame view

include/asm-generic/audit_dir_write.h 455 Bytes
81f7e3824   Eric Lee   Initial Release, ...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
  /* SPDX-License-Identifier: GPL-2.0 */
  #ifdef __NR_rename
  __NR_rename,
  #endif
  #ifdef __NR_mkdir
  __NR_mkdir,
  #endif
  #ifdef __NR_rmdir
  __NR_rmdir,
  #endif
  #ifdef __NR_creat
  __NR_creat,
  #endif
  #ifdef __NR_link
  __NR_link,
  #endif
  #ifdef __NR_unlink
  __NR_unlink,
  #endif
  #ifdef __NR_symlink
  __NR_symlink,
  #endif
  #ifdef __NR_mknod
  __NR_mknod,
  #endif
  #ifdef __NR_mkdirat
  __NR_mkdirat,
  __NR_mknodat,
  __NR_unlinkat,
  __NR_renameat,
  __NR_linkat,
  __NR_symlinkat,
  #endif