Re: [apparmor] [patch 05/13] parser - rewrite caching tests in python unittest

2013-10-15 Thread Christian Boltz
Hello, Am Dienstag, 15. Oktober 2013 schrieb Steve Beattie: > On Fri, Oct 11, 2013 at 10:08:51PM +0200, Christian Boltz wrote: > > We'll see if you still like this in some months... > > While I reserve the right to flake out^W^W change my mind, I help ;-) > maintain and improve other codebases

Re: [apparmor] [patch 05/13] parser - rewrite caching tests in python unittest

2013-10-15 Thread Steve Beattie
On Tue, Oct 15, 2013 at 12:46:08PM -0700, Steve Beattie wrote: > That said, I was able to make the decorator function approach work. > Here's the updated patch: > > > Subject: parser - rewrite caching tests in python unittest Christian asked on IRC for a diff of the changes between the two versi

Re: [apparmor] [patch] updated usr.sbin.smbd profile

2013-10-15 Thread Christian Boltz
Hello, Am Dienstag, 15. Oktober 2013 schrieb Christian Boltz: > some samba *.dat files were moved, and a new library needs to be > loaded by smbd. It turns out more changes are needed for samba, also in the nmbd and winbindd profile. The reason is probably a major version update - openSUSE 13.1

Re: [apparmor] [patch 05/13] parser - rewrite caching tests in python unittest

2013-10-15 Thread Steve Beattie
On Fri, Oct 11, 2013 at 10:08:51PM +0200, Christian Boltz wrote: > We'll see if you still like this in some months... While I reserve the right to flake out^W^W change my mind, I help maintain and improve other codebases that don't get reviews before commits... and they sure could use it. > (and

Re: [apparmor] [patch 01/13] parser - build against in-tree libapparmor

2013-10-15 Thread John Johansen
On 10/15/2013 11:50 AM, Steve Beattie wrote: > On Tue, Oct 15, 2013 at 09:12:26AM -0700, John Johansen wrote: >>> There are two ways that I can see to link libapparmor in statically, >>> while not linking the entire binary statically: >>> >>> - link directly against ../library/libapparmor/src/.li

Re: [apparmor] [patch 01/13] parser - build against in-tree libapparmor

2013-10-15 Thread Steve Beattie
On Tue, Oct 15, 2013 at 09:12:26AM -0700, John Johansen wrote: > > There are two ways that I can see to link libapparmor in statically, > > while not linking the entire binary statically: > > > > - link directly against ../library/libapparmor/src/.libs/libapparmor.a > > - play some loader game

[apparmor] [patch] updated usr.sbin.smbd profile

2013-10-15 Thread Christian Boltz
Hello, some samba *.dat files were moved, and a new library needs to be loaded by smbd. References: https://bugzilla.novell.com/show_bug.cgi?id=845867 I propose this patch for trunk and 2.8 branch. === modified file 'profiles/apparmor.d/usr.sbin.smbd' --- profiles/apparmor.d/usr.sbin.smbd 2

Re: [apparmor] [patch 01/13] parser - build against in-tree libapparmor

2013-10-15 Thread John Johansen
On 10/15/2013 08:20 AM, Steve Beattie wrote: > On Mon, Oct 14, 2013 at 06:35:39PM -0700, John Johansen wrote: >> On 10/14/2013 05:46 PM, John Johansen wrote: >>> On 10/10/2013 01:46 PM, Steve Beattie wrote: With trunk commit 2205 "use libapparmor's find mountpoint fn", the parser now buil

Re: [apparmor] [patch 01/13] parser - build against in-tree libapparmor

2013-10-15 Thread Steve Beattie
On Mon, Oct 14, 2013 at 06:35:39PM -0700, John Johansen wrote: > On 10/14/2013 05:46 PM, John Johansen wrote: > > On 10/10/2013 01:46 PM, Steve Beattie wrote: > >> With trunk commit 2205 "use libapparmor's find mountpoint fn", > >> the parser now builds against and uses libapparmor at runtime. Howe