Commit af295132 authored by Al Viro's avatar Al Viro

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

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent ab263f47
......@@ -20,3 +20,7 @@ __NR_chown32,
__NR_fchown32,
__NR_lchown32,
#endif
__NR_link,
#ifdef __NR_linkat
__NR_linkat,
#endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment