cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

audit_change_attr.h (484B)


      1/* SPDX-License-Identifier: GPL-2.0 */
      2#ifdef __NR_chmod
      3__NR_chmod,
      4#endif
      5__NR_fchmod,
      6#ifdef __NR_chown
      7__NR_chown,
      8__NR_lchown,
      9#endif
     10#ifdef __NR_fchown
     11__NR_fchown,
     12#endif
     13__NR_setxattr,
     14__NR_lsetxattr,
     15__NR_fsetxattr,
     16__NR_removexattr,
     17__NR_lremovexattr,
     18__NR_fremovexattr,
     19#ifdef __NR_fchownat
     20__NR_fchownat,
     21__NR_fchmodat,
     22#endif
     23#ifdef __NR_chown32
     24__NR_chown32,
     25__NR_fchown32,
     26__NR_lchown32,
     27#endif
     28#ifdef __NR_link
     29__NR_link,
     30#endif
     31#ifdef __NR_linkat
     32__NR_linkat,
     33#endif