From 7417e0a8bd5f3d31dc37034c201d8e7f7e91f54b Mon Sep 17 00:00:00 2001 From: Dmitry Kasatkin Date: Fri, 21 Sep 2012 01:01:29 +0300 Subject: [PATCH] --- yaml --- r: 352839 b: refs/heads/master c: b51524635b73cfa27cc393859b277cee9c042820 h: refs/heads/master i: 352837: b893cda7d850e11ebe42b1d7e5d526c60c21bf4d 352835: fc1b7304f50961f7525a68fd590842f390d0dea8 352831: 1e7a4cdb1ebd81f3fff54867ae72c4b829d0916c v: v3 --- [refs] | 2 +- trunk/security/integrity/ima/ima_appraise.c | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/[refs] b/[refs] index 313a456abfbd..9a36b387f182 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 750943a30714b7e9a5a2b0e08eeef7a808b5a869 +refs/heads/master: b51524635b73cfa27cc393859b277cee9c042820 diff --git a/trunk/security/integrity/ima/ima_appraise.c b/trunk/security/integrity/ima/ima_appraise.c index b240c58403e2..fa675c907e0f 100644 --- a/trunk/security/integrity/ima/ima_appraise.c +++ b/trunk/security/integrity/ima/ima_appraise.c @@ -107,11 +107,6 @@ int ima_appraise_measurement(struct integrity_iint_cache *iint, if (rc) { cause = "invalid-hash"; status = INTEGRITY_FAIL; - print_hex_dump_bytes("security.ima: ", DUMP_PREFIX_NONE, - xattr_value, sizeof(*xattr_value)); - print_hex_dump_bytes("collected: ", DUMP_PREFIX_NONE, - (u8 *)&iint->ima_xattr, - sizeof iint->ima_xattr); break; } status = INTEGRITY_PASS;