commit | af2951325bd6c26cb2c91943c7b11aed53504056 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Wed Nov 11 10:09:41 2009 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sat Oct 30 08:45:43 2010 -0400 |
tree | def3ced35a2db4dd5a8155a833865425d74de7de | |
parent | ab263f47c9781a644de8b28013434b645082922e [diff] |
audit: make link()/linkat() match "attribute change" predicate Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
diff --git a/include/asm-generic/audit_change_attr.h b/include/asm-generic/audit_change_attr.h index 5076455..bcbab3e 100644 --- a/include/asm-generic/audit_change_attr.h +++ b/include/asm-generic/audit_change_attr.h
@@ -20,3 +20,7 @@ __NR_fchown32, __NR_lchown32, #endif +__NR_link, +#ifdef __NR_linkat +__NR_linkat, +#endif