audit: add refused symlink to audit_names
authorRichard Guy Briggs <rgb@redhat.com>
Wed, 21 Mar 2018 08:42:21 +0000 (04:42 -0400)
committerPaul Moore <paul@paul-moore.com>
Wed, 21 Mar 2018 15:31:03 +0000 (11:31 -0400)
commitea841bafda3f7f9aa8b06a09f0f3e41c207af84f
treef137134eae865910c0b2cb0990195350a1055be8
parent94b9d9b7a14cbb1640868d53b27f403ed2e5b4a9
audit: add refused symlink to audit_names

Audit link denied events for symlinks had duplicate PATH records rather
than just updating the existing PATH record.  Update the symlink's PATH
record with the current dentry and inode information.

See: https://github.com/linux-audit/audit-kernel/issues/21

Signed-off-by: Richard Guy Briggs <rgb@redhat.com>
Signed-off-by: Paul Moore <paul@paul-moore.com>
fs/namei.c