Blame view

include/asm-generic/audit_read.h 241 Bytes
81f7e3824   Eric Lee   Initial Release, ...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
  /* SPDX-License-Identifier: GPL-2.0 */
  #ifdef __NR_readlink
  __NR_readlink,
  #endif
  __NR_quotactl,
  __NR_listxattr,
  __NR_llistxattr,
  __NR_flistxattr,
  __NR_getxattr,
  __NR_lgetxattr,
  __NR_fgetxattr,
  #ifdef __NR_readlinkat
  __NR_readlinkat,
  #endif