From: George Dunlap Date: Wed, 22 Nov 2017 19:19:03 +0000 (+0000) Subject: SUPPORT.md: Add Security-releated features X-Git-Tag: archive/raspbian/4.11.1-1+rpi1~1^2~66^2~1009 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=6a14f082c46250977c926cee56dd2f1ba6cf72ae;p=xen.git SUPPORT.md: Add Security-releated features With the exception of driver domains, which depend on PCI passthrough, and will be introduced later. Signed-off-by: George Dunlap Reviewed-by: Konrad Rzeszutek Wilk --- diff --git a/SUPPORT.md b/SUPPORT.md index 09cd9c334e..d748fffe88 100644 --- a/SUPPORT.md +++ b/SUPPORT.md @@ -448,6 +448,46 @@ but has no xl support. Status: Supported +## Security + +### Device Model Stub Domains + + Status: Supported + +### KCONFIG Expert + + Status: Experimental + +### Live Patching + + Status, x86: Supported + Status, ARM: Experimental + +Compile time disabled for ARM by default. + +### Virtual Machine Introspection + + Status, x86: Supported, not security supported + +### XSM & FLASK + + Status: Experimental + +Compile time disabled by default. + +Also note that using XSM +to delegate various domain control hypercalls +to particular other domains, rather than only permitting use by dom0, +is also specifically excluded from security support for many hypercalls. +Please see XSA-77 for more details. + +### FLASK default policy + + Status: Experimental + +The default policy includes FLASK labels and roles for a "typical" Xen-based system +with dom0, driver domains, stub domains, domUs, and so on. + ## Virtual Hardware, Hypervisor ### x86/Nested PV