Skip to content

Commit

Permalink
audit: make link()/linkat() match "attribute change" predicate
Browse files Browse the repository at this point in the history
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
  • Loading branch information
Al Viro committed Oct 30, 2010
1 parent ab263f4 commit af29513
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/asm-generic/audit_change_attr.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,7 @@ __NR_chown32,
__NR_fchown32,
__NR_lchown32,
#endif
__NR_link,
#ifdef __NR_linkat
__NR_linkat,
#endif

0 comments on commit af29513

Please sign in to comment.