Re: [libvirt] [PATCH] Let virt-manager 1.4.0+ work to access console of VM

2017-12-19 Thread Christian Ehrhardt
This starves a bit in the corners of the ML, any chance to pick this up for 3.11? On Thu, Mar 2, 2017 at 8:42 AM, Guido Günther wrote: > On Wed, Mar 01, 2017 at 05:11:53PM -0500, Bryan Quigley wrote: >> Hi Guido, >> >> It's only needed when a user actually clicks on the running VM in >> virt-mana

Re: [libvirt] [PATCH] Let virt-manager 1.4.0+ work to access console of VM

2017-03-01 Thread Guido Günther
On Wed, Mar 01, 2017 at 05:11:53PM -0500, Bryan Quigley wrote: > Hi Guido, > > It's only needed when a user actually clicks on the running VM in > virt-manager. It's not defined differently in the domain xml. > > I'm thinking that means virt-aa-helper can't help us in this case, but > am open to

Re: [libvirt] [PATCH] Let virt-manager 1.4.0+ work to access console of VM

2017-03-01 Thread Bryan Quigley
Hi Guido, It's only needed when a user actually clicks on the running VM in virt-manager. It's not defined differently in the domain xml. I'm thinking that means virt-aa-helper can't help us in this case, but am open to being proven wrong. Thanks! Bryan On Wed, Mar 1, 2017 at 1:04 AM, Guido Gü

Re: [libvirt] [PATCH] Let virt-manager 1.4.0+ work to access console of VM

2017-02-28 Thread Guido Günther
On Tue, Feb 28, 2017 at 01:48:31PM -0500, Bryan Quigley wrote: > Also see Ubuntu bug > https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1668681 > First reported > https://askubuntu.com/questions/833964/virt-manager-cant-connect-to-graphical-console/888220#888220 > > --- > examples/apparmor

Re: [libvirt] [PATCH] Let virt-manager 1.4.0+ work to access console of VM

2017-02-28 Thread Bryan Quigley
With Jamie Strandboge's help it should be restricted a bit more by adding addr=none: unix (send, receive) type=stream addr=none peer=(label=/usr/sbin/libvirtd), On Tue, Feb 28, 2017 at 1:48 PM, Bryan Quigley wrote: > Also see Ubuntu bug > https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/166

[libvirt] [PATCH] Let virt-manager 1.4.0+ work to access console of VM

2017-02-28 Thread Bryan Quigley
Also see Ubuntu bug https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1668681 First reported https://askubuntu.com/questions/833964/virt-manager-cant-connect-to-graphical-console/888220#888220 --- examples/apparmor/libvirt-qemu | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples