[libvirt] [PATCH] update apparmor security driver for new udev paths

2011-07-14 Thread Jamie Strandboge
In the Ubuntu development release we recently got a new udev that moves /var/run to /run, /var/lock to /run/lock and /dev/shm to /run/shm. This change in udev requires updating the apparmor security driver in libvirt[1]. Attached is a patch that: * adjusts src/security/virt-aa-helper.c to allow

Re: [libvirt] [PATCH] update apparmor security driver for new udev paths

2011-07-14 Thread Eric Blake
On 07/14/2011 11:06 AM, Jamie Strandboge wrote: In the Ubuntu development release we recently got a new udev that moves /var/run to /run, /var/lock to /run/lock and /dev/shm to /run/shm. This change in udev requires updating the apparmor security driver in libvirt[1]. Attached is a patch