aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJeff Vander Stoep <jeffv@google.com>2015-07-29 21:11:21 -0700
committerMark Salyzyn <|account-1032276@2620:0:1000:1601:ec85:28e2:ddf:4b24>2015-10-29 20:13:07 +0000
commita6654a407aeeb995dbc7f4b3ed2350c673e1bd37 (patch)
tree103b2362cf4acac58dee7acaa074b96ce54d076b /include
parent5e8b2cba415453f47f9976d99cd766f42b0e4cc6 (diff)
Revert "security: lsm_audit: add ioctl specific auditing"
This reverts commit b9417e527039f72073a0d368955bd1267f92ba70. Bug: 22846070 Change-Id: I11d8880135a32b54e8eb8b95091b0226aa16735e Signed-off-by: Jeff Vander Stoep <jeffv@google.com>
Diffstat (limited to 'include')
-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 ffb9c9da4f39..1cc89e9df480 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 {