diff options
-rw-r--r-- | security/integrity/ima/ima_appraise.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/security/integrity/ima/ima_appraise.c b/security/integrity/ima/ima_appraise.c index 225fd944a4ef..013ec3f0e42d 100644 --- a/security/integrity/ima/ima_appraise.c +++ b/security/integrity/ima/ima_appraise.c | |||
@@ -192,8 +192,6 @@ int ima_appraise_measurement(int func, struct integrity_iint_cache *iint, | |||
192 | enum integrity_status status = INTEGRITY_UNKNOWN; | 192 | enum integrity_status status = INTEGRITY_UNKNOWN; |
193 | int rc = xattr_len, hash_start = 0; | 193 | int rc = xattr_len, hash_start = 0; |
194 | 194 | ||
195 | if (!ima_appraise) | ||
196 | return 0; | ||
197 | if (!inode->i_op->getxattr) | 195 | if (!inode->i_op->getxattr) |
198 | return INTEGRITY_UNKNOWN; | 196 | return INTEGRITY_UNKNOWN; |
199 | 197 | ||