From aed9f68fa52d584081576c9e281303ae809044b3 Mon Sep 17 00:00:00 2001 From: Jed Salazar Date: Wed, 3 Jul 2024 15:14:04 -0600 Subject: [PATCH] Remove comma Signed-off-by: Jed Salazar --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 84e41dd..2430e09 100644 --- a/FAQ.md +++ b/FAQ.md @@ -8,7 +8,7 @@ In addition, due to the desire to reduce dependence on the dom0 network, krata c ## Why utilize Xen instead of KVM? -Xen is a very interesting technology, and Edera believes that type-1 hypervisors are ideal for security. Most OCI isolation techniques use KVM, which is not a type-1 hypervisor, and thus is subject to the security limitations of the OS kernel. A type-1 hypervisor on the other hand, provides a minimal attack surface upon which less-trusted guests can be launched on top of. +Xen is a very interesting technology, and Edera believes that type-1 hypervisors are ideal for security. Most OCI isolation techniques use KVM, which is not a type-1 hypervisor, and thus is subject to the security limitations of the OS kernel. A type-1 hypervisor on the other hand provides a minimal attack surface upon which less-trusted guests can be launched on top of. ## Why not utilize pvcalls to provide access to the host network?