Release 4.7 include/asm-generic/audit_change_attr.h
#ifdef __NR_chmod
__NR_chmod,
#endif
__NR_fchmod,
#ifdef __NR_chown
__NR_chown,
__NR_lchown,
#endif
#ifdef __NR_fchown
__NR_fchown,
#endif
__NR_setxattr,
__NR_lsetxattr,
__NR_fsetxattr,
__NR_removexattr,
__NR_lremovexattr,
__NR_fremovexattr,
#ifdef __NR_fchownat
__NR_fchownat,
__NR_fchmodat,
#endif
#ifdef __NR_chown32
__NR_chown32,
__NR_fchown32,
__NR_lchown32,
#endif
#ifdef __NR_link
__NR_link,
#endif
#ifdef __NR_linkat
__NR_linkat,
#endif
Overall Contributors
| Person | Tokens | Prop | Commits | CommitProp |
al viro | al viro | 54 | 76.06% | 3 | 60.00% |
chris metcalf | chris metcalf | 10 | 14.08% | 1 | 20.00% |
akashi takahiro | akashi takahiro | 7 | 9.86% | 1 | 20.00% |
| Total | 71 | 100.00% | 5 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.