Re: [libvirt] [PATCH 0/6] sVirt AppArmor security driver

2009-09-07 Thread Daniel Veillard
[ Sending again as my mail Sat, Sep 05, 2009 at 11:00:46AM +0200 didn't seem to have reach the list, Daniel ] On Fri, Sep 04, 2009 at 04:03:50PM -0500, Jamie Strandboge wrote: > On Fri, 04 Sep 2009, Daniel Veillard wrote: > > > On Fri, Sep 04, 2009 at 12:23:33PM -0500, Jamie Strandboge wrote: >

Re: [libvirt] [PATCH 0/6] sVirt AppArmor security driver

2009-09-07 Thread Chris Lalancette
Jamie Strandboge wrote: > I don't see that 'syntax-check' enforces not using *alloc, but I did > read in HACKING that *alloc are deprecated, though I had already written > the code before reading it. I do see other examples of *alloc in the > codebase, and I do properly check the return code of all

Re: [libvirt] [PATCH 0/6] sVirt AppArmor security driver

2009-09-04 Thread Jamie Strandboge
On Fri, 04 Sep 2009, Daniel Veillard wrote: > On Fri, Sep 04, 2009 at 12:23:33PM -0500, Jamie Strandboge wrote: > > This patch series implements the AppArmor security driver for sVirt. > > This implementation was developed for the Ubuntu AppArmorLibvirtProfile > > specification[1], but is general

Re: [libvirt] [PATCH 0/6] sVirt AppArmor security driver

2009-09-04 Thread Daniel Veillard
On Fri, Sep 04, 2009 at 12:23:33PM -0500, Jamie Strandboge wrote: > This patch series implements the AppArmor security driver for sVirt. > This implementation was developed for the Ubuntu AppArmorLibvirtProfile > specification[1], but is general enough for any AppArmor deployment > (such as Ubuntu,

Re: [libvirt] [PATCH 0/6] sVirt AppArmor security driver

2009-09-04 Thread Jamie Strandboge
On Fri, 04 Sep 2009, Jamie Strandboge wrote: > [PATCH 1*] > patch_1a_reenable-nonfile-labels.patch: > patch_1b_optional.patch: -- Jamie Strandboge | http://www.canonical.com diff -Nurp ./libvirt.orig/src/qemu_driver.c ./libvirt/src/qemu_driver.c --- ./libvirt.orig/src/qemu_driver.c 2

[libvirt] [PATCH 0/6] sVirt AppArmor security driver

2009-09-04 Thread Jamie Strandboge
This patch series implements the AppArmor security driver for sVirt. This implementation was developed for the Ubuntu AppArmorLibvirtProfile specification[1], but is general enough for any AppArmor deployment (such as Ubuntu, *SUSE and Mandriva). This patch has seen quite a bit of real world testi