commit | a269434d2fb48a4d66c1d7bf821b7874b59c5b41 | [log] [tgz] |
---|---|---|
author | Eric Paris <eparis@redhat.com> | Mon Apr 25 13:10:27 2011 -0400 |
committer | Eric Paris <eparis@redhat.com> | Mon Apr 25 18:14:07 2011 -0400 |
tree | 9c84b5f3e9f3adb3dd4a7e9da2b72dd7fe7eec49 | |
parent | f48b7399840b453e7282b523f535561fe9638a2d [diff] |
LSM: separate LSM_AUDIT_DATA_DENTRY from LSM_AUDIT_DATA_PATH This patch separates and audit message that only contains a dentry from one that contains a full path. This allows us to make it harder to misuse the interfaces or for the interfaces to be implemented wrong. Signed-off-by: Eric Paris <eparis@redhat.com> Acked-by: Casey Schaufler <casey@schaufler-ca.com>