[libvirt] [PATCH 1/1] virt-aa-helper: support OVMF

Serge Hallyn serge.hallyn at ubuntu.com
Mon Nov 16 17:59:08 UTC 2015


As suggested by Jamie Strandboge in

https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1483071

Signed-off-by: Serge Hallyn <serge.hallyn at ubuntu.com>
---
 src/security/virt-aa-helper.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/security/virt-aa-helper.c b/src/security/virt-aa-helper.c
index 5de56e5..bddcbdc 100644
--- a/src/security/virt-aa-helper.c
+++ b/src/security/virt-aa-helper.c
@@ -575,7 +575,8 @@ valid_path(const char *path, const bool readonly)
     /* override the above with these */
     const char * const override[] = {
         "/sys/devices/pci",              /* for hostdev pci devices */
-        "/etc/libvirt-sandbox/services/" /* for virt-sandbox service config */
+        "/etc/libvirt-sandbox/services/", /* for virt-sandbox service config */
+	"/usr/share/ovmf/" /* for OVMF images */
     };
 
     const int nropaths = ARRAY_CARDINALITY(restricted);
-- 
2.5.0




More information about the libvir-list mailing list