Move variable function in lsm_audit.h into SMACK private space
authorThomas Liu <tliu@redhat.com>
Thu, 9 Jul 2009 14:00:29 +0000 (10:00 -0400)
committerJames Morris <jmorris@namei.org>
Thu, 9 Jul 2009 22:54:14 +0000 (08:54 +1000)
commited5215a21460f63d6bdc118cb55a9e6d1b433f35
tree8134723eb6a5d73162a7e5d9c11ac66440f11b82
parentac7242142b03421c96b0a2f8d99f146d075614c2
Move variable function in lsm_audit.h into SMACK private space

Moved variable function in include/linux/lsm_audit.h into the
smack_audit_data struct since it is never used outside of it.

Also removed setting of function in the COMMON_AUDIT_DATA_INIT
macro because that variable is now private to SMACK.

Signed-off-by: Thomas Liu <tliu@redhat.com>
Acked-by: Eric Paris <eparis@redhat.com>
I-dont-see-any-problems-with-it: Casey Schaufler <casey@schaufler-ca.com>
Signed-off-by: James Morris <jmorris@namei.org>
include/linux/lsm_audit.h
security/smack/smack.h
security/smack/smack_access.c