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. However, it

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 games with

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 that