aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/lsm_audit.h
diff options
context:
space:
mode:
authorThomas Liu <tliu@redhat.com>2009-07-09 10:00:30 -0400
committerJames Morris <jmorris@namei.org>2009-07-10 08:58:39 +1000
commitd4131ded4d4c1a5c1363ddd93ca104ed97dd0458 (patch)
tree137da0f52d5928eeb461218ac8109d22e65d579b /include/linux/lsm_audit.h
parentMove variable function in lsm_audit.h into SMACK private space (diff)
downloadlinux-dev-d4131ded4d4c1a5c1363ddd93ca104ed97dd0458.tar.xz
linux-dev-d4131ded4d4c1a5c1363ddd93ca104ed97dd0458.zip
security: Make lsm_priv union in lsm_audit.h anonymous
Made the lsm_priv union in include/linux/lsm_audit.h anonymous. Signed-off-by: Thomas Liu <tliu@redhat.com> Acked-by: Eric Paris <eparis@redhat.com> Signed-off-by: James Morris <jmorris@namei.org>
Diffstat (limited to 'include/linux/lsm_audit.h')
-rw-r--r--include/linux/lsm_audit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/lsm_audit.h b/include/linux/lsm_audit.h
index 68f7bce572b0..40d1b84f2a3c 100644
--- a/include/linux/lsm_audit.h
+++ b/include/linux/lsm_audit.h
@@ -86,7 +86,7 @@ struct common_audit_data {
struct av_decision *avd;
int result;
} selinux_audit_data;
- } lsm_priv;
+ };
/* these callback will be implemented by a specific LSM */
void (*lsm_pre_audit)(struct audit_buffer *, void *);
void (*lsm_post_audit)(struct audit_buffer *, void *);