From: Amy Griffis Date: Thu, 13 Jul 2006 17:16:39 +0000 (-0400) Subject: [PATCH] fix missed create event for directory audit X-Git-Tag: v2.6.18-rc4~63 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73d3ec5abad3f1730ac8530899d2c14d92f3ad63;p=pandora-kernel.git [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 Signed-off-by: Al Viro --- Reading git-diff-tree failed