Loading...
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#ifdef __NR_setxattrat
15__NR_setxattrat,
16#endif
17__NR_lsetxattr,
18__NR_fsetxattr,
19__NR_removexattr,
20#ifdef __NR_removexattrat
21__NR_removexattrat,
22#endif
23__NR_lremovexattr,
24__NR_fremovexattr,
25#ifdef __NR_fchownat
26__NR_fchownat,
27__NR_fchmodat,
28#endif
29#ifdef __NR_chown32
30__NR_chown32,
31__NR_fchown32,
32__NR_lchown32,
33#endif
34#ifdef __NR_link
35__NR_link,
36#endif
37#ifdef __NR_linkat
38__NR_linkat,
39#endif
1#ifdef __NR_chmod
2__NR_chmod,
3#endif
4__NR_fchmod,
5#ifdef __NR_chown
6__NR_chown,
7__NR_lchown,
8#endif
9#ifdef __NR_fchown
10__NR_fchown,
11#endif
12__NR_setxattr,
13__NR_lsetxattr,
14__NR_fsetxattr,
15__NR_removexattr,
16__NR_lremovexattr,
17__NR_fremovexattr,
18#ifdef __NR_fchownat
19__NR_fchownat,
20__NR_fchmodat,
21#endif
22#ifdef __NR_chown32
23__NR_chown32,
24__NR_fchown32,
25__NR_lchown32,
26#endif
27#ifdef __NR_link
28__NR_link,
29#endif
30#ifdef __NR_linkat
31__NR_linkat,
32#endif