Skip to content

Commit 981b973

Browse files
committed
Enhance FAQ entry on multikernel's trust model by adding kernel lockdown as a mitigation strategy
1 parent bd2dc5e commit 981b973

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

faq.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,6 @@
142142
<div class="faq-question">
143143
<i data-lucide="lock"></i> What is the trust model of multikernel?
144144
</div>
145-
<p class="faq-answer">Multikernel relies on kernel-enforced isolation, making the kernel itself the trust boundary. While a malicious kernel could potentially disrupt other kernels on the same node, this risk can be mitigated through kernel signing via kexec and memory encryption using confidential computing technologies.</p>
145+
<p class="faq-answer">Multikernel relies on kernel-enforced isolation, making the kernel itself the trust boundary. While a malicious kernel could potentially disrupt other kernels on the same node, this risk can be mitigated through kernel signing via kexec, kernel lockdown, and memory encryption using confidential computing technologies.</p>
146146
</div>
147147
</div>

0 commit comments

Comments
 (0)