diff options
author | Thiago Jung Bauermann <bauerman@linux.vnet.ibm.com> | 2018-03-14 17:20:17 -0300 |
---|---|---|
committer | Mimi Zohar <zohar@linux.vnet.ibm.com> | 2018-03-25 07:26:29 -0400 |
commit | 11c60f23ed1367298207efb3bbf985203a95f480 (patch) | |
tree | 3be54a92f68fb51f9363746ce7def1a87af67b87 /security/integrity | |
parent | e456ef88ae8c9ffd303e970c28dcce4474c3d356 (diff) | |
download | talos-op-linux-11c60f23ed1367298207efb3bbf985203a95f480.tar.gz talos-op-linux-11c60f23ed1367298207efb3bbf985203a95f480.zip |
integrity: Remove unused macro IMA_ACTION_RULE_FLAGS
This macro isn't used anymore since commit 0d73a55208e9 ("ima: re-introduce
own integrity cache lock"), so remove it.
Signed-off-by: Thiago Jung Bauermann <bauerman@linux.vnet.ibm.com>
Acked-by: Serge Hallyn <serge@hallyn.com>
Signed-off-by: Mimi Zohar <zohar@linux.vnet.ibm.com>
Diffstat (limited to 'security/integrity')
-rw-r--r-- | security/integrity/integrity.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/security/integrity/integrity.h b/security/integrity/integrity.h index 8224880935e0..5e58e02ba8dc 100644 --- a/security/integrity/integrity.h +++ b/security/integrity/integrity.h @@ -30,7 +30,6 @@ /* iint cache flags */ #define IMA_ACTION_FLAGS 0xff000000 -#define IMA_ACTION_RULE_FLAGS 0x06000000 #define IMA_DIGSIG_REQUIRED 0x01000000 #define IMA_PERMIT_DIRECTIO 0x02000000 #define IMA_NEW_FILE 0x04000000 |