A "More Immutable" Approach #1436
coolwanglu
started this conversation in
General
Replies: 1 comment
-
See #1190 for our tracker for this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I'd like to share an idea about bootc based VMs.
bootc is immutable, but not 100%: self-update is still allowed. A malicious remote actor with root privilege can inject any code to the next ostree deploy. Secure boot should be able to prevent this from happening, but too much hassle to set up in my opinion.
On the other hand, I'm thinking of:
--snapshot
. This means QEMU always uses the original disk image after a cold start (but not after rebooting)--no-reboot
flag. QEMU will shutdown when the guest attempts to rebootNotes:
What do you think about this approach?
Beta Was this translation helpful? Give feedback.
All reactions