LSM: split LSM_AUDIT_DATA_FS into _PATH and _INODE
authorEric Paris <eparis@redhat.com>
Mon, 25 Apr 2011 16:54:27 +0000 (12:54 -0400)
committerEric Paris <eparis@redhat.com>
Mon, 25 Apr 2011 22:13:15 +0000 (18:13 -0400)
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>

No differences found