diff for duplicates of <1571836990.5104.96.camel@linux.ibm.com> diff --git a/a/1.txt b/N1/1.txt index e1e085d..24621ad 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -82,7 +82,7 @@ Mimi > > mutex_unlock(&ima_trusted_keys_mutex); > -> + if ((rc = 0) && !queued) { +> + if ((rc == 0) && !queued) { > + security_task_getsecid(current, &secid); > + action = ima_get_action(NULL, current_cred(), secid, 0, > + func, &pcr, &template_desc); diff --git a/a/content_digest b/N1/content_digest index 008e0c6..2e07734 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\020191023001818.3684-6-nramas@linux.microsoft.com\0" "From\0Mimi Zohar <zohar@linux.ibm.com>\0" "Subject\0Re: [PATCH v1 5/6] KEYS: measure queued keys\0" - "Date\0Wed, 23 Oct 2019 13:23:10 +0000\0" + "Date\0Wed, 23 Oct 2019 09:23:10 -0400\0" "To\0Lakshmi Ramasubramanian <nramas@linux.microsoft.com>" dhowells@redhat.com casey@schaufler-ca.com @@ -98,7 +98,7 @@ "> \n" "> \tmutex_unlock(&ima_trusted_keys_mutex);\n" "> \n" - "> +\tif ((rc = 0) && !queued) {\n" + "> +\tif ((rc == 0) && !queued) {\n" "> +\t\tsecurity_task_getsecid(current, &secid);\n" "> +\t\taction = ima_get_action(NULL, current_cred(), secid, 0,\n" "> +\t\t\t\t\tfunc, &pcr, &template_desc);\n" @@ -139,4 +139,4 @@ "> \t\tima_free_trusted_key_entry(entry);\n" "> \t}" -e53bf9f3af3f8ccb62c7bc59054e6395e6b1d0704c59275b958e9cbb481275a7 +272378280b2fe40fd21457879507102a268395900063768975d212a649fb5eaf
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.