Re: [PATCH 2/2] apparmor: allow unmounting .dev entries

2020-08-13 Thread Christian Ehrhardt
On Fri, Aug 7, 2020 at 6:14 PM Daniel P. Berrangé wrote: > On Fri, Aug 07, 2020 at 12:21:20PM +0200, Christian Ehrhardt wrote: > > With qemu 5.0 and libvirt 6.6 there are new apparmor denials: > > apparmor="DENIED" operation="umount" profile="libvirtd" > >

Re: [PATCH 2/2] apparmor: allow unmounting .dev entries

2020-08-07 Thread Daniel P . Berrangé
On Fri, Aug 07, 2020 at 12:21:20PM +0200, Christian Ehrhardt wrote: > With qemu 5.0 and libvirt 6.6 there are new apparmor denials: > apparmor="DENIED" operation="umount" profile="libvirtd" > name="/run/libvirt/qemu/1-kvmguest-groovy-norm.dev/" comm="rpc-worker" > > These are related to new

[PATCH 2/2] apparmor: allow unmounting .dev entries

2020-08-07 Thread Christian Ehrhardt
With qemu 5.0 and libvirt 6.6 there are new apparmor denials: apparmor="DENIED" operation="umount" profile="libvirtd" name="/run/libvirt/qemu/1-kvmguest-groovy-norm.dev/" comm="rpc-worker" These are related to new issues around devmapper handling [1] and the error path triggered by these