diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/lsm_audit.h | 2 |
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 { | |||
86 | struct av_decision *avd; | 86 | struct av_decision *avd; |
87 | int result; | 87 | int result; |
88 | } selinux_audit_data; | 88 | } selinux_audit_data; |
89 | } lsm_priv; | 89 | }; |
90 | /* these callback will be implemented by a specific LSM */ | 90 | /* these callback will be implemented by a specific LSM */ |
91 | void (*lsm_pre_audit)(struct audit_buffer *, void *); | 91 | void (*lsm_pre_audit)(struct audit_buffer *, void *); |
92 | void (*lsm_post_audit)(struct audit_buffer *, void *); | 92 | void (*lsm_post_audit)(struct audit_buffer *, void *); |