aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-generic/audit_change_attr.h
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2009-11-11 10:09:41 -0500
committerAl Viro <viro@zeniv.linux.org.uk>2010-10-30 08:45:43 -0400
commitaf2951325bd6c26cb2c91943c7b11aed53504056 (patch)
treedef3ced35a2db4dd5a8155a833865425d74de7de /include/asm-generic/audit_change_attr.h
parentaudit: Use rcu for task lookup protection (diff)
downloadlinux-dev-af2951325bd6c26cb2c91943c7b11aed53504056.tar.xz
linux-dev-af2951325bd6c26cb2c91943c7b11aed53504056.zip
audit: make link()/linkat() match "attribute change" predicate
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to '')
-rw-r--r--include/asm-generic/audit_change_attr.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asm-generic/audit_change_attr.h b/include/asm-generic/audit_change_attr.h
index 50764550a60c..bcbab3e4a3be 100644
--- a/include/asm-generic/audit_change_attr.h
+++ b/include/asm-generic/audit_change_attr.h
@@ -20,3 +20,7 @@ __NR_chown32,
__NR_fchown32,
__NR_lchown32,
#endif
+__NR_link,
+#ifdef __NR_linkat
+__NR_linkat,
+#endif