[libvirt] [PATCH 04/10] apparmor, libvirt-qemu: Add ppc64el related changes

Guido Günther agx at sigxcpu.org
Sun Jun 4 14:41:58 UTC 2017


On Tue, May 23, 2017 at 06:22:42PM +0200, Stefan Bader wrote:
> From: Serge Hallyn <serge.hallyn at ubuntu.com>
> 
> Updates profile to allow running on ppc64el.
> 
> Bug-Ubuntu: https://bugs.launchpad.net/bugs/1374554
> 
> Signed-off-by: Christian Ehrhardt <christian.ehrhardt at canonical.com>
> Signed-off-by: Stefan Bader <stefan.bader at canonical.com>
> ---
>  examples/apparmor/libvirt-qemu | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/examples/apparmor/libvirt-qemu b/examples/apparmor/libvirt-qemu
> index 89466c9..7fa512f 100644
> --- a/examples/apparmor/libvirt-qemu
> +++ b/examples/apparmor/libvirt-qemu
> @@ -73,6 +73,7 @@
>    /usr/share/OVMF/** r,
>    /usr/share/AAVMF/** r,
>    /usr/share/qemu-efi/** r,
> +  /usr/share/slof/** r,
>  
>    # access PKI infrastructure
>    /etc/pki/libvirt-vnc/** r,
> @@ -154,3 +155,8 @@
>    /etc/udev/udev.conf r,
>    /sys/bus/ r,
>    /sys/class/ r,
> +
> +  # for ppc device-tree access
> +  @{PROC}/device-tree/ r,
> +  @{PROC}/device-tree/** r,
> +  /sys/firmware/devicetree/** r,

ACK
 -- Guido

> -- 
> 2.7.4
> 
> --
> libvir-list mailing list
> libvir-list at redhat.com
> https://www.redhat.com/mailman/listinfo/libvir-list
> 




More information about the libvir-list mailing list