diff options
Diffstat (limited to 'app-emulation/xen/files/xen-4.15-flask.patch')
-rw-r--r-- | app-emulation/xen/files/xen-4.15-flask.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/app-emulation/xen/files/xen-4.15-flask.patch b/app-emulation/xen/files/xen-4.15-flask.patch new file mode 100644 index 000000000000..7dcf91b30fc1 --- /dev/null +++ b/app-emulation/xen/files/xen-4.15-flask.patch @@ -0,0 +1,13 @@ +diff --git a/xen/common/Kconfig b/xen/common/Kconfig +index eb953d1..78f058c 100644 +--- a/xen/common/Kconfig ++++ b/xen/common/Kconfig +@@ -198,7 +198,7 @@ config XENOPROF + + config XSM + bool "Xen Security Modules support" +- default ARM ++ default y + ---help--- + Enables the security framework known as Xen Security Modules which + allows administrators fine-grained control over a Xen domain and |