diff options
| author | James Morris <james.l.morris@oracle.com> | 2016-09-21 11:54:19 +1000 |
|---|---|---|
| committer | James Morris <james.l.morris@oracle.com> | 2016-09-21 11:54:19 +1000 |
| commit | 8a17ef9d8543744a0c6a6f5fdc65b5770e7eaa64 (patch) | |
| tree | f412a19b87ba5eb7ccb0a727ff2793e3456cd995 /include/linux | |
| parent | de2f4b3453d29934ceb41eccebd55ab087e17d6c (diff) | |
| parent | 43af5de74288a7cdc3684902c5259346ae67adf8 (diff) | |
Merge branch 'stable-4.9' of git://git.infradead.org/users/pcmoore/selinux into next
Diffstat (limited to 'include/linux')
| -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 ffb9c9da4f39..e58e577117b6 100644 --- a/include/linux/lsm_audit.h +++ b/include/linux/lsm_audit.h @@ -59,6 +59,7 @@ struct common_audit_data { #define LSM_AUDIT_DATA_INODE 9 #define LSM_AUDIT_DATA_DENTRY 10 #define LSM_AUDIT_DATA_IOCTL_OP 11 +#define LSM_AUDIT_DATA_FILE 12 union { struct path path; struct dentry *dentry; @@ -75,6 +76,7 @@ struct common_audit_data { #endif char *kmod_name; struct lsm_ioctlop_audit *op; + struct file *file; } u; /* this union contains LSM specific data */ union { |
