[PATCH] audit inode for all xattr syscalls
authorAmy Griffis <amy.griffis@hp.com>
Tue, 13 Feb 2007 19:14:41 +0000 (14:14 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Fri, 11 May 2007 09:38:26 +0000 (05:38 -0400)
commit510f4006e7a82b37b53c17bbe64ec20f3a59302b
tree928792618c3719378d99fe0365806ef0df4414a8
parente41e8bde43026d5d2e41464e6105a50b31e34102
[PATCH] audit inode for all xattr syscalls

Collect inode info for the remaining xattr syscalls that operate on a file
descriptor. These don't call a path_lookup variant, so they aren't covered by
the general audit hook.

Signed-off-by: Amy Griffis <amy.griffis@hp.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/xattr.c