Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

audit: make link()/linkat() match "attribute change" predicate

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

Al Viro af295132 ab263f47

+4
+4
include/asm-generic/audit_change_attr.h
··· 20 20 __NR_fchown32, 21 21 __NR_lchown32, 22 22 #endif 23 + __NR_link, 24 + #ifdef __NR_linkat 25 + __NR_linkat, 26 + #endif