diff for duplicates of <87y3r0xt65.fsf@linux.vnet.ibm.com> diff --git a/a/1.txt b/N1/1.txt index 6457b64..01a2ee9 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -25,7 +25,7 @@ Mimi Zohar <zohar@linux.vnet.ibm.com> writes: >> > >> + >> > >> + status = evm_verifyxattr(dentry, XATTR_NAME_IMA, xattr_value_evm, >> > >> + xattr_len_evm, iint); ->> > >> + if (appraising_modsig && status = INTEGRITY_FAIL) { +>> > >> + if (appraising_modsig && status == INTEGRITY_FAIL) { >> > >> + cause = "invalid-HMAC"; >> > >> + goto out; >> > > diff --git a/a/content_digest b/N1/content_digest index 2779985..860cf99 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -6,7 +6,7 @@ "ref\01501771065.27872.63.camel@linux.vnet.ibm.com\0" "From\0Thiago Jung Bauermann <bauerman@linux.vnet.ibm.com>\0" "Subject\0Re: [PATCH v3 7/7] ima: Support module-style appended signatures for appraisal\0" - "Date\0Thu, 03 Aug 2017 21:01:06 +0000\0" + "Date\0Thu, 03 Aug 2017 18:01:06 -0300\0" "To\0Mimi Zohar <zohar@linux.vnet.ibm.com>\0" "Cc\0linux-security-module@vger.kernel.org" linux-ima-devel@lists.sourceforge.net @@ -23,7 +23,7 @@ Rusty Russell <rusty@rustcorp.com.au> Herbert Xu <herbert@gondor.apana.org.au> David S. Miller <davem@davemloft.net> - AKASHI + " AKASHI\\" " Takahiro <takahiro.akashi@linaro.org>\0" "\00:1\0" "b\0" @@ -54,7 +54,7 @@ ">> > >> +\n" ">> > >> +\tstatus = evm_verifyxattr(dentry, XATTR_NAME_IMA, xattr_value_evm,\n" ">> > >> +\t\t\t\t xattr_len_evm, iint);\n" - ">> > >> +\tif (appraising_modsig && status = INTEGRITY_FAIL) {\n" + ">> > >> +\tif (appraising_modsig && status == INTEGRITY_FAIL) {\n" ">> > >> +\t\tcause = \"invalid-HMAC\";\n" ">> > >> +\t\tgoto out;\n" ">> > >\n" @@ -108,4 +108,4 @@ "Thiago Jung Bauermann\n" IBM Linux Technology Center -ed1a4adf1a3ea1fb99c192d2f11ada39ef2cc8f279e87b08eec0698213510406 +c26071e903f9248a49e588c242d5abcfc57e78d625d1cacf8fffa74a5427bb5e
diff --git a/a/1.txt b/N2/1.txt index 6457b64..3bd848c 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -25,7 +25,7 @@ Mimi Zohar <zohar@linux.vnet.ibm.com> writes: >> > >> + >> > >> + status = evm_verifyxattr(dentry, XATTR_NAME_IMA, xattr_value_evm, >> > >> + xattr_len_evm, iint); ->> > >> + if (appraising_modsig && status = INTEGRITY_FAIL) { +>> > >> + if (appraising_modsig && status == INTEGRITY_FAIL) { >> > >> + cause = "invalid-HMAC"; >> > >> + goto out; >> > > @@ -78,3 +78,8 @@ Thanks! I'll use the switch above in the next version of the patch. -- Thiago Jung Bauermann IBM Linux Technology Center + +-- +To unsubscribe from this list: send the line "unsubscribe linux-security-module" in +the body of a message to majordomo at vger.kernel.org +More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/a/content_digest b/N2/content_digest index 2779985..36639e8 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -4,27 +4,10 @@ "ref\087fud9yig8.fsf@linux.vnet.ibm.com\0" "ref\01501714334.27872.38.camel@linux.vnet.ibm.com\0" "ref\01501771065.27872.63.camel@linux.vnet.ibm.com\0" - "From\0Thiago Jung Bauermann <bauerman@linux.vnet.ibm.com>\0" - "Subject\0Re: [PATCH v3 7/7] ima: Support module-style appended signatures for appraisal\0" - "Date\0Thu, 03 Aug 2017 21:01:06 +0000\0" - "To\0Mimi Zohar <zohar@linux.vnet.ibm.com>\0" - "Cc\0linux-security-module@vger.kernel.org" - linux-ima-devel@lists.sourceforge.net - keyrings@vger.kernel.org - linux-crypto@vger.kernel.org - linuxppc-dev@lists.ozlabs.org - linux-kernel@vger.kernel.org - Dmitry Kasatkin <dmitry.kasatkin@gmail.com> - James Morris <james.l.morris@oracle.com> - Serge E. Hallyn <serge@hallyn.com> - David Howells <dhowells@redhat.com> - David Woodhouse <dwmw2@infradead.org> - Jessica Yu <jeyu@redhat.com> - Rusty Russell <rusty@rustcorp.com.au> - Herbert Xu <herbert@gondor.apana.org.au> - David S. Miller <davem@davemloft.net> - AKASHI - " Takahiro <takahiro.akashi@linaro.org>\0" + "From\0bauerman@linux.vnet.ibm.com (Thiago Jung Bauermann)\0" + "Subject\0[PATCH v3 7/7] ima: Support module-style appended signatures for appraisal\0" + "Date\0Thu, 03 Aug 2017 18:01:06 -0300\0" + "To\0linux-security-module@vger.kernel.org\0" "\00:1\0" "b\0" "\n" @@ -54,7 +37,7 @@ ">> > >> +\n" ">> > >> +\tstatus = evm_verifyxattr(dentry, XATTR_NAME_IMA, xattr_value_evm,\n" ">> > >> +\t\t\t\t xattr_len_evm, iint);\n" - ">> > >> +\tif (appraising_modsig && status = INTEGRITY_FAIL) {\n" + ">> > >> +\tif (appraising_modsig && status == INTEGRITY_FAIL) {\n" ">> > >> +\t\tcause = \"invalid-HMAC\";\n" ">> > >> +\t\tgoto out;\n" ">> > >\n" @@ -106,6 +89,11 @@ "\n" "-- \n" "Thiago Jung Bauermann\n" - IBM Linux Technology Center + "IBM Linux Technology Center\n" + "\n" + "--\n" + "To unsubscribe from this list: send the line \"unsubscribe linux-security-module\" in\n" + "the body of a message to majordomo at vger.kernel.org\n" + More majordomo info at http://vger.kernel.org/majordomo-info.html -ed1a4adf1a3ea1fb99c192d2f11ada39ef2cc8f279e87b08eec0698213510406 +9f3cf525811f15419f26fbadb28911b930b40d44eb16f9123bdef5978283711e
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.