diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/lsm_audit.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/lsm_audit.h b/include/linux/lsm_audit.h index bbaceab83a65..88e78dedc2e8 100644 --- a/include/linux/lsm_audit.h +++ b/include/linux/lsm_audit.h | |||
@@ -36,9 +36,11 @@ struct common_audit_data { | |||
36 | #define LSM_AUDIT_DATA_NONE 7 | 36 | #define LSM_AUDIT_DATA_NONE 7 |
37 | #define LSM_AUDIT_DATA_KMOD 8 | 37 | #define LSM_AUDIT_DATA_KMOD 8 |
38 | #define LSM_AUDIT_DATA_INODE 9 | 38 | #define LSM_AUDIT_DATA_INODE 9 |
39 | #define LSM_AUDIT_DATA_DENTRY 10 | ||
39 | struct task_struct *tsk; | 40 | struct task_struct *tsk; |
40 | union { | 41 | union { |
41 | struct path path; | 42 | struct path path; |
43 | struct dentry *dentry; | ||
42 | struct inode *inode; | 44 | struct inode *inode; |
43 | struct { | 45 | struct { |
44 | int netif; | 46 | int netif; |