commit | f48b7399840b453e7282b523f535561fe9638a2d | [log] [tgz] |
---|---|---|
author | Eric Paris <eparis@redhat.com> | Mon Apr 25 12:54:27 2011 -0400 |
committer | Eric Paris <eparis@redhat.com> | Mon Apr 25 18:13:15 2011 -0400 |
tree | 29eed009469d35473367708ea60b9c5b01fc0c5f | |
parent | 0dc1ba24f7fff659725eecbba2c9ad679a0954cd [diff] |
LSM: split LSM_AUDIT_DATA_FS into _PATH and _INODE The lsm common audit code has wacky contortions making sure which pieces of information are set based on if it was given a path, dentry, or inode. Split this into path and inode to get rid of some of the code complexity. Signed-off-by: Eric Paris <eparis@redhat.com> Acked-by: Casey Schaufler <casey@schaufler-ca.com>