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

dom0-tweaks: Add delayed-seal initscript #1493

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

delayed-seal is an initscript to run on shutdown after VMs have been stopped. We don't want dom0 doing MMIO operations with the TPM while a guest is running that could potentially snoop on the data.

It has additional code to try destroying any still-running VMs as a safety measure.

Needs the installer to touch /tmp/upgrade-delayed-seal to trigger the sealing.

delayed-seal is an initscript to run on shutdown after VMs have been
stopped.  We don't want dom0 doing MMIO operations with the TPM while a
guest is running that could potentially snoop on the data.

It has additional code to try destroying any still-running VMs as a
safety measure.

Needs the installer to touch /tmp/upgrade-delayed-seal to trigger the
sealing.

Signed-off-by: Jason Andryuk <[email protected]>
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