Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Permit the use of restricted injection in the SVSM to enhance security #198

Merged
merged 3 commits into from
Jan 4, 2024

Conversation

msft-jlange
Copy link
Collaborator

This change permits the use of restricted injection if enabled for the SVSM. When running from an IGVM file, restricted injection is always enabled.

Since the set of defined SEV features can change over time, it is not
possible for the code to stay current with the set of features that
should not be supported.  Instead, it is safer for the code to enumerate
the set of features that can be supported, with the assumption that any
unknown feature must be rejected.

BTB isolation and debug register isolation offer security and do not
have any impact to software functionality so they can safely be accepted
if present.  Other features may require explicit software support.

Signed-off-by: Jon Lange <jlange@microsoft.com>
Signed-off-by: Jon Lange <jlange@microsoft.com>
Signed-off-by: Jon Lange <jlange@microsoft.com>
@joergroedel joergroedel merged commit 1c8a0b9 into coconut-svsm:main Jan 4, 2024
2 checks passed
@msft-jlange msft-jlange deleted the restr_inj branch January 4, 2024 15:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants