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_fchown,
8__NR_lchown,
9#endif
10__NR_setxattr,
11__NR_lsetxattr,
12__NR_fsetxattr,
13__NR_removexattr,
14__NR_lremovexattr,
15__NR_fremovexattr,
16#ifdef __NR_fchownat
17__NR_fchownat,
18__NR_fchmodat,
19#endif
20#ifdef __NR_chown32
21__NR_chown32,
22__NR_fchown32,
23__NR_lchown32,
24#endif
25#ifdef __NR_link
26__NR_link,
27#endif
28#ifdef __NR_linkat
29__NR_linkat,
30#endif