diff options
Diffstat (limited to 'security/integrity/integrity.h')
-rw-r--r-- | security/integrity/integrity.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/integrity/integrity.h b/security/integrity/integrity.h index 19b8e314ca96..c0379d13dbe1 100644 --- a/security/integrity/integrity.h +++ b/security/integrity/integrity.h | |||
@@ -31,6 +31,7 @@ | |||
31 | #define IMA_DIGSIG 0x01000000 | 31 | #define IMA_DIGSIG 0x01000000 |
32 | #define IMA_DIGSIG_REQUIRED 0x02000000 | 32 | #define IMA_DIGSIG_REQUIRED 0x02000000 |
33 | #define IMA_PERMIT_DIRECTIO 0x04000000 | 33 | #define IMA_PERMIT_DIRECTIO 0x04000000 |
34 | #define IMA_NEW_FILE 0x08000000 | ||
34 | 35 | ||
35 | #define IMA_DO_MASK (IMA_MEASURE | IMA_APPRAISE | IMA_AUDIT | \ | 36 | #define IMA_DO_MASK (IMA_MEASURE | IMA_APPRAISE | IMA_AUDIT | \ |
36 | IMA_APPRAISE_SUBMASK) | 37 | IMA_APPRAISE_SUBMASK) |
@@ -116,7 +117,6 @@ struct integrity_iint_cache { | |||
116 | /* rbtree tree calls to lookup, insert, delete | 117 | /* rbtree tree calls to lookup, insert, delete |
117 | * integrity data associated with an inode. | 118 | * integrity data associated with an inode. |
118 | */ | 119 | */ |
119 | struct integrity_iint_cache *integrity_iint_insert(struct inode *inode); | ||
120 | struct integrity_iint_cache *integrity_iint_find(struct inode *inode); | 120 | struct integrity_iint_cache *integrity_iint_find(struct inode *inode); |
121 | 121 | ||
122 | #define INTEGRITY_KEYRING_EVM 0 | 122 | #define INTEGRITY_KEYRING_EVM 0 |