diff options
author | Dmitry Kasatkin <dmitry.kasatkin@intel.com> | 2012-06-27 04:26:14 -0400 |
---|---|---|
committer | Mimi Zohar <zohar@linux.vnet.ibm.com> | 2012-09-12 07:28:05 -0400 |
commit | d9d300cdb6f233c4c591348919c758062198a4f4 (patch) | |
tree | 2a00e8e9100b1d799e5b779008ad0081e7fe5264 /security/integrity/ima/ima.h | |
parent | e23eb920b0f3978687c497de2ac3eb9e281dab32 (diff) |
ima: rename ima_must_appraise_or_measure
When AUDIT action support is added to the IMA,
ima_must_appraise_or_measure() does not reflect the real meaning anymore.
Rename it to ima_get_action().
Signed-off-by: Dmitry Kasatkin <dmitry.kasatkin@intel.com>
Signed-off-by: Mimi Zohar <zohar@linux.vnet.ibm.com>
Diffstat (limited to 'security/integrity/ima/ima.h')
-rw-r--r-- | security/integrity/ima/ima.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/integrity/ima/ima.h b/security/integrity/ima/ima.h index 069a4aa63e95..48aa0d46d3e7 100644 --- a/security/integrity/ima/ima.h +++ b/security/integrity/ima/ima.h | |||
@@ -108,7 +108,7 @@ static inline unsigned long ima_hash_key(u8 *digest) | |||
108 | } | 108 | } |
109 | 109 | ||
110 | /* LIM API function definitions */ | 110 | /* LIM API function definitions */ |
111 | int ima_must_appraise_or_measure(struct inode *inode, int mask, int function); | 111 | int ima_get_action(struct inode *inode, int mask, int function); |
112 | int ima_must_measure(struct inode *inode, int mask, int function); | 112 | int ima_must_measure(struct inode *inode, int mask, int function); |
113 | int ima_collect_measurement(struct integrity_iint_cache *iint, | 113 | int ima_collect_measurement(struct integrity_iint_cache *iint, |
114 | struct file *file); | 114 | struct file *file); |