Blame view

include/asm-generic/audit_read.h 241 Bytes
b24413180   Greg Kroah-Hartman   License cleanup: ...
1
  /* SPDX-License-Identifier: GPL-2.0 */
aaeb012fe   Chris Metcalf   audit: support th...
2
  #ifdef __NR_readlink
dc104fb32   Al Viro   [PATCH] audit: mo...
3
  __NR_readlink,
aaeb012fe   Chris Metcalf   audit: support th...
4
  #endif
dc104fb32   Al Viro   [PATCH] audit: mo...
5
6
7
8
9
10
11
  __NR_quotactl,
  __NR_listxattr,
  __NR_llistxattr,
  __NR_flistxattr,
  __NR_getxattr,
  __NR_lgetxattr,
  __NR_fgetxattr,
aaeb012fe   Chris Metcalf   audit: support th...
12
13
14
  #ifdef __NR_readlinkat
  __NR_readlinkat,
  #endif