Blame view

include/asm-generic/audit_read.h 202 Bytes
aaeb012fe   Chris Metcalf   audit: support th...
1
  #ifdef __NR_readlink
dc104fb32   Al Viro   [PATCH] audit: mo...
2
  __NR_readlink,
aaeb012fe   Chris Metcalf   audit: support th...
3
  #endif
dc104fb32   Al Viro   [PATCH] audit: mo...
4
5
6
7
8
9
10
  __NR_quotactl,
  __NR_listxattr,
  __NR_llistxattr,
  __NR_flistxattr,
  __NR_getxattr,
  __NR_lgetxattr,
  __NR_fgetxattr,
aaeb012fe   Chris Metcalf   audit: support th...
11
12
13
  #ifdef __NR_readlinkat
  __NR_readlinkat,
  #endif