aboutsummaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorJeff Vander Stoep <jeffv@google.com>2015-07-29 20:27:47 -0700
committerJorge Lucangeli Obes <jorgelo@google.com>2015-12-08 10:43:15 -0800
commit712ed0afc600b0fcfc981fe3405eb3db687311be (patch)
treeb1b1362b02c51e44dcbb32ff55bf2e788de354c1 /include/linux
parentaae43787d3b3da1ae117538232bb1bac51b14cbf (diff)
downloadqcom-msm-v3.10-712ed0afc600b0fcfc981fe3405eb3db687311be.tar.gz
Revert "security: lsm_audit: add ioctl specific auditing"
This reverts commit c8c3cd48e44fe12a41cd20e46d36fcfe5a759fd7. Bug: 22846070 Change-Id: Ibf79b4c76f22f0af2d39e377b551151837a782cd Signed-off-by: Jeff Vander Stoep <jeffv@google.com>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/lsm_audit.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/linux/lsm_audit.h b/include/linux/lsm_audit.h
index ffb9c9da4f3..1cc89e9df48 100644
--- a/include/linux/lsm_audit.h
+++ b/include/linux/lsm_audit.h
@@ -40,11 +40,6 @@ struct lsm_network_audit {
} fam;
};
-struct lsm_ioctlop_audit {
- struct path path;
- u16 cmd;
-};
-
/* Auxiliary data to use in generating the audit record. */
struct common_audit_data {
char type;
@@ -58,7 +53,6 @@ struct common_audit_data {
#define LSM_AUDIT_DATA_KMOD 8
#define LSM_AUDIT_DATA_INODE 9
#define LSM_AUDIT_DATA_DENTRY 10
-#define LSM_AUDIT_DATA_IOCTL_OP 11
union {
struct path path;
struct dentry *dentry;
@@ -74,7 +68,6 @@ struct common_audit_data {
} key_struct;
#endif
char *kmod_name;
- struct lsm_ioctlop_audit *op;
} u;
/* this union contains LSM specific data */
union {