With the exception of driver domains, which depend on PCI passthrough, and will be introduced later.
Signed-off-by: George Dunlap <[email protected]> --- CC: Ian Jackson <[email protected]> CC: Wei Liu <[email protected]> CC: Andrew Cooper <[email protected]> CC: Jan Beulich <[email protected]> CC: Stefano Stabellini <[email protected]> CC: Konrad Wilk <[email protected]> CC: Tim Deegan <[email protected]> CC: Tamas K Lengyel <[email protected]> CC: Rich Persaud <[email protected]> --- SUPPORT.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/SUPPORT.md b/SUPPORT.md index 722a29fec5..0f7426593e 100644 --- a/SUPPORT.md +++ b/SUPPORT.md @@ -421,6 +421,40 @@ there is currently 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 + +### Virtual Machine Introspection + + Status, x86: Supported, not security supported + +### XSM & FLASK + + Status: Experimental + +Compile time disabled + +### 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 -- 2.15.0 _______________________________________________ Xen-devel mailing list [email protected] https://lists.xen.org/xen-devel
