From: Mimi Zohar <zohar@linux.vnet.ibm.com>
To: James Bottomley <James.Bottomley@HansenPartnership.com>,
"Safford, David (GE Global Research, US)" <david.safford@ge.com>,
Jiandi An <anjiandi@codeaurora.org>,
Jason Gunthorpe <jgg@ziepe.ca>
Cc: "dmitry.kasatkin@gmail.com" <dmitry.kasatkin@gmail.com>,
"jmorris@namei.org" <jmorris@namei.org>,
"serge@hallyn.com" <serge@hallyn.com>,
"linux-integrity@vger.kernel.org"
<linux-integrity@vger.kernel.org>,
"linux-security-module@vger.kernel.org"
<linux-security-module@vger.kernel.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] security: Fix IMA Kconfig for dependencies on ARM64
Date: Fri, 16 Mar 2018 12:51:46 -0400 [thread overview]
Message-ID: <1521219106.3503.54.camel@linux.vnet.ibm.com> (raw)
In-Reply-To: <1521134981.5348.62.camel@HansenPartnership.com>
On Thu, 2018-03-15 at 10:29 -0700, James Bottomley wrote:
> On Thu, 2018-03-15 at 13:14 -0400, Mimi Zohar wrote:
> > On Thu, 2018-03-15 at 10:08 -0700, James Bottomley wrote:
> > >
> > > On Thu, 2018-03-15 at 12:19 -0400, Mimi Zohar wrote:
> >
> > >
> > > >
> > > > If EFI is extending the TPM, will the events be added to the TPM
> > > > event log or to the IMA measurement list?
> > >
> > > I'm not proposing any changes to the tpm_pcr_extend API. At the
> > > moment it does an extend without logging, so that's what it will do
> > > in the EFI driver case as well. That means logging is still the
> > > responsibility of the caller.
> >
> > Does EFI support extending multiple TPM banks?
>
> The specs are here:
>
> https://trustedcomputinggroup.org/tcg-efi-protocol-specification/
>
> As I said, I'm not planning to change the tpm_pcr_.. API. At the
> moment for a TPM2 we extend all banks in the tpm_pcr_extend() API, so
> that's what we'll continue to do ... including extending the sha256
> banks with the sha1 hash, which seems to be our current practice.
Thanks, what you're planning on doing is a lot clearer now.
Mimi
WARNING: multiple messages have this Message-ID (diff)
From: zohar@linux.vnet.ibm.com (Mimi Zohar)
To: linux-security-module@vger.kernel.org
Subject: [PATCH] security: Fix IMA Kconfig for dependencies on ARM64
Date: Fri, 16 Mar 2018 12:51:46 -0400 [thread overview]
Message-ID: <1521219106.3503.54.camel@linux.vnet.ibm.com> (raw)
In-Reply-To: <1521134981.5348.62.camel@HansenPartnership.com>
On Thu, 2018-03-15 at 10:29 -0700, James Bottomley wrote:
> On Thu, 2018-03-15 at 13:14 -0400, Mimi Zohar wrote:
> > On Thu, 2018-03-15 at 10:08 -0700, James Bottomley wrote:
> > >
> > > On Thu, 2018-03-15 at 12:19 -0400, Mimi Zohar wrote:
> >
> > >
> > > >
> > > > If EFI is extending the TPM, will the events be added to the TPM
> > > > event log or to the IMA measurement list?
> > >
> > > I'm not proposing any changes to the tpm_pcr_extend API. ?At the
> > > moment it does an extend without logging, so that's what it will do
> > > in the EFI driver case as well. ?That means logging is still the
> > > responsibility of the caller.
> >
> > Does EFI support extending multiple TPM banks?
>
> The specs are here:
>
> https://trustedcomputinggroup.org/tcg-efi-protocol-specification/
>
> As I said, I'm not planning to change the tpm_pcr_.. API. ?At the
> moment for a TPM2 we extend all banks in the tpm_pcr_extend() API, so
> that's what we'll continue to do ... including extending the sha256
> banks with the sha1 hash, which seems to be our current practice.
Thanks, what you're planning on doing is a lot clearer now.
Mimi
--
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
WARNING: multiple messages have this Message-ID (diff)
From: Mimi Zohar <zohar@linux.vnet.ibm.com>
To: James Bottomley <James.Bottomley@HansenPartnership.com>,
"Safford, David (GE Global Research, US)" <david.safford@ge.com>,
Jiandi An <anjiandi@codeaurora.org>,
Jason Gunthorpe <jgg@ziepe.ca>
Cc: "dmitry.kasatkin@gmail.com" <dmitry.kasatkin@gmail.com>,
"jmorris@namei.org" <jmorris@namei.org>,
"serge@hallyn.com" <serge@hallyn.com>,
"linux-integrity@vger.kernel.org"
<linux-integrity@vger.kernel.org>,
"linux-security-module@vger.kernel.org"
<linux-security-module@vger.kernel.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] security: Fix IMA Kconfig for dependencies on ARM64
Date: Fri, 16 Mar 2018 12:51:46 -0400 [thread overview]
Message-ID: <1521219106.3503.54.camel@linux.vnet.ibm.com> (raw)
In-Reply-To: <1521134981.5348.62.camel@HansenPartnership.com>
On Thu, 2018-03-15 at 10:29 -0700, James Bottomley wrote:
> On Thu, 2018-03-15 at 13:14 -0400, Mimi Zohar wrote:
> > On Thu, 2018-03-15 at 10:08 -0700, James Bottomley wrote:
> > >
> > > On Thu, 2018-03-15 at 12:19 -0400, Mimi Zohar wrote:
> >
> > >
> > > >
> > > > If EFI is extending the TPM, will the events be added to the TPM
> > > > event log or to the IMA measurement list?
> > >
> > > I'm not proposing any changes to the tpm_pcr_extend API. At the
> > > moment it does an extend without logging, so that's what it will do
> > > in the EFI driver case as well. That means logging is still the
> > > responsibility of the caller.
> >
> > Does EFI support extending multiple TPM banks?
>
> The specs are here:
>
> https://trustedcomputinggroup.org/tcg-efi-protocol-specification/
>
> As I said, I'm not planning to change the tpm_pcr_.. API. At the
> moment for a TPM2 we extend all banks in the tpm_pcr_extend() API, so
> that's what we'll continue to do ... including extending the sha256
> banks with the sha1 hash, which seems to be our current practice.
Thanks, what you're planning on doing is a lot clearer now.
Mimi
next prev parent reply other threads:[~2018-03-16 16:51 UTC|newest]
Thread overview: 87+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-03-07 5:26 [PATCH] security: Fix IMA Kconfig for dependencies on ARM64 Jiandi An
2018-03-07 5:26 ` Jiandi An
2018-03-07 18:51 ` Jason Gunthorpe
2018-03-07 18:51 ` Jason Gunthorpe
2018-03-07 18:55 ` Mimi Zohar
2018-03-07 18:55 ` Mimi Zohar
2018-03-07 18:55 ` Mimi Zohar
2018-03-07 19:08 ` James Bottomley
2018-03-07 19:08 ` James Bottomley
2018-03-07 19:08 ` James Bottomley
2018-03-07 19:21 ` Mimi Zohar
2018-03-07 19:21 ` Mimi Zohar
2018-03-07 19:21 ` Mimi Zohar
2018-03-07 19:41 ` James Bottomley
2018-03-07 19:41 ` James Bottomley
2018-03-07 19:41 ` James Bottomley
2018-03-07 21:12 ` Jiandi An
2018-03-07 21:12 ` Jiandi An
2018-03-07 21:12 ` Jiandi An
2018-03-07 21:16 ` James Bottomley
2018-03-07 21:16 ` James Bottomley
2018-03-07 21:16 ` James Bottomley
2018-03-07 22:19 ` Mimi Zohar
2018-03-07 22:19 ` Mimi Zohar
2018-03-07 22:19 ` Mimi Zohar
2018-03-08 18:42 ` Jiandi An
2018-03-08 18:42 ` Jiandi An
2018-03-08 18:42 ` Jiandi An
2018-03-08 20:06 ` Mimi Zohar
2018-03-08 20:06 ` Mimi Zohar
2018-03-08 20:06 ` Mimi Zohar
2018-03-09 17:11 ` James Bottomley
2018-03-09 17:11 ` James Bottomley
2018-03-09 17:11 ` James Bottomley
2018-03-12 21:53 ` Mimi Zohar
2018-03-12 21:53 ` Mimi Zohar
2018-03-12 21:53 ` Mimi Zohar
2018-03-12 21:59 ` Jason Gunthorpe
2018-03-12 21:59 ` Jason Gunthorpe
2018-03-12 21:59 ` Jason Gunthorpe
2018-03-12 22:58 ` Mimi Zohar
2018-03-12 22:58 ` Mimi Zohar
2018-03-12 22:58 ` Mimi Zohar
2018-03-12 23:05 ` Jason Gunthorpe
2018-03-12 23:05 ` Jason Gunthorpe
2018-03-12 23:05 ` Jason Gunthorpe
2018-03-12 23:19 ` Mimi Zohar
2018-03-12 23:19 ` Mimi Zohar
2018-03-12 23:19 ` Mimi Zohar
2018-03-12 22:30 ` James Bottomley
2018-03-12 22:30 ` James Bottomley
2018-03-12 22:30 ` James Bottomley
2018-03-12 23:30 ` Mimi Zohar
2018-03-12 23:30 ` Mimi Zohar
2018-03-12 23:30 ` Mimi Zohar
2018-03-13 0:06 ` James Bottomley
2018-03-13 0:06 ` James Bottomley
2018-03-13 0:06 ` James Bottomley
2018-03-13 12:57 ` Safford, David (GE Global Research, US)
2018-03-13 12:57 ` Safford, David (GE Global Research, US)
2018-03-13 12:57 ` Safford, David (GE Global Research, US)
2018-03-14 14:41 ` James Bottomley
2018-03-14 14:41 ` James Bottomley
2018-03-14 14:41 ` James Bottomley
2018-03-14 17:08 ` Mimi Zohar
2018-03-14 17:08 ` Mimi Zohar
2018-03-14 17:08 ` Mimi Zohar
2018-03-14 17:25 ` James Bottomley
2018-03-14 17:25 ` James Bottomley
2018-03-14 17:25 ` James Bottomley
2018-03-15 16:19 ` Mimi Zohar
2018-03-15 16:19 ` Mimi Zohar
2018-03-15 16:19 ` Mimi Zohar
2018-03-15 17:08 ` James Bottomley
2018-03-15 17:08 ` James Bottomley
2018-03-15 17:08 ` James Bottomley
2018-03-15 17:14 ` Mimi Zohar
2018-03-15 17:14 ` Mimi Zohar
2018-03-15 17:14 ` Mimi Zohar
2018-03-15 17:29 ` James Bottomley
2018-03-15 17:29 ` James Bottomley
2018-03-15 17:29 ` James Bottomley
2018-03-16 16:51 ` Mimi Zohar [this message]
2018-03-16 16:51 ` Mimi Zohar
2018-03-16 16:51 ` Mimi Zohar
2018-03-11 22:06 ` Mimi Zohar
2018-03-11 22:06 ` Mimi Zohar
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1521219106.3503.54.camel@linux.vnet.ibm.com \
--to=zohar@linux.vnet.ibm.com \
--cc=James.Bottomley@HansenPartnership.com \
--cc=anjiandi@codeaurora.org \
--cc=david.safford@ge.com \
--cc=dmitry.kasatkin@gmail.com \
--cc=jgg@ziepe.ca \
--cc=jmorris@namei.org \
--cc=linux-integrity@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-security-module@vger.kernel.org \
--cc=serge@hallyn.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.