linux/include/asm-generic/audit_change_attr.h
<<
>>
Prefs
   1__NR_chmod,
   2__NR_fchmod,
   3#ifdef __NR_chown
   4__NR_chown,
   5__NR_fchown,
   6__NR_lchown,
   7#endif
   8__NR_setxattr,
   9__NR_lsetxattr,
  10__NR_fsetxattr,
  11__NR_removexattr,
  12__NR_lremovexattr,
  13__NR_fremovexattr,
  14#ifdef __NR_fchownat
  15__NR_fchownat,
  16__NR_fchmodat,
  17#endif
  18#ifdef __NR_chown32
  19__NR_chown32,
  20__NR_fchown32,
  21__NR_lchown32,
  22#endif
  23