commit | 73d3ec5abad3f1730ac8530899d2c14d92f3ad63 | [log] [tgz] |
---|---|---|
author | Amy Griffis <amy.griffis@hp.com> | Thu Jul 13 13:16:39 2006 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Thu Aug 03 10:50:30 2006 -0400 |
tree | c2829a1e36ca155eecc7d4b8648fe9755247bec5 | |
parent | 3e2efce067cec0099f99ae59f28feda99b02b498 [diff] |
[PATCH] fix missed create event for directory audit When an object is created via a symlink into an audited directory, audit misses the event due to not having collected the inode data for the directory. Modify __audit_inode_child() to copy the parent inode data if a parent wasn't found in audit_names[]. Signed-off-by: Amy Griffis <amy.griffis@hp.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>