linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* SEV Command Privilege Separation
@ 2019-02-14 21:08 Nathaniel McCallum
  2019-02-26 19:18 ` Singh, Brijesh
  0 siblings, 1 reply; 2+ messages in thread
From: Nathaniel McCallum @ 2019-02-14 21:08 UTC (permalink / raw)
  To: Singh, Brijesh, linux-kernel, linux-crypto

I've been working on wrapping various SEV kernel APIs for userspace
consumption. There does not appear to be any privilege separation for
these commands: you can run them all or none of them. This is less
than ideal because it means that a compromise of the code which
launches VMs could make permanent changes to the SEV certificate
chain.

These commands are required to attest the VM environment:
  SEV_PDH_CERT_EXPORT
  SEV_PLATFORM_STATUS
  SEV_GET_ID

These commands manage the SEV certificate chain:
  SEV_PEK_CERT_IMPORT
  SEV_FACTORY_RESET
  SEV_PEK_GEN
  SEV_PEK_CSR
  SEV_PDH_GEN

I would expect the first group of commands to be able to be called by
whatever actor launches VMs. The latter group of commands should be
able to be called by whatever actor manages the SEV environment.

I don't have strong opinions on how this privilege separation should
happen. It might be sufficient to distinguish these based on the mode
of the open() call. This could then be managed with filesystem
permissions. But I'm open to other ideas.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-02-26 19:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-14 21:08 SEV Command Privilege Separation Nathaniel McCallum
2019-02-26 19:18 ` Singh, Brijesh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).