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

part2: Delay forward seal until VMs are not running #120

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dpsmith
Copy link
Member

@dpsmith dpsmith commented Apr 19, 2024

Don't run seal-system directly. The TPM interactions could have their MMIO data snooped. Instead we touch a marker file and let the delayed-seal initscript detect and run the forward seal at shutdown time. This is done when the VMs are not running, so we shouldn't have anyone around to snoop on the transaction.

This PR is dependent on xenclient-oe PR#1493.

Don't run seal-system directly. The TPM interactions could have their MMIO data
snooped. Instead we touch a marker file and let the delayed-seal initscript
detect and run the forward seal at shutdown time. This is done when the VMs are
not running, so we shouldn't have anyone around to snoop on the transaction.

Signed-off-by: Jason Andryuk <jandryuk@gmail.com>
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