From a6654a407aeeb995dbc7f4b3ed2350c673e1bd37 Mon Sep 17 00:00:00 2001 From: Jeff Vander Stoep Date: Wed, 29 Jul 2015 21:11:21 -0700 Subject: Revert "security: lsm_audit: add ioctl specific auditing" This reverts commit b9417e527039f72073a0d368955bd1267f92ba70. Bug: 22846070 Change-Id: I11d8880135a32b54e8eb8b95091b0226aa16735e Signed-off-by: Jeff Vander Stoep --- include/linux/lsm_audit.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'include') 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 { -- cgit v1.2.3