Re: [apparmor] crash in security_bprm_set_creds

2013-07-23 Thread Alex Lyakas
Hi John and Casey, Thanks for your response. This was a virtual machine, running mainline kernel 3.8.13 (installed from http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.8.13-raring/). The test that we were running was focusing on crm operations; i.e., we had two such machines and as nodes in a

[apparmor] [parser patch] fix apparmor cache tempfile location to use passed arg

2013-07-23 Thread Steve Beattie
Subject: [parser patch] fix apparmor cache tempfile location to use passed arg This patch fixes problems in the handling of both the final cache name location and the temporary cache file when an alternate location is specified. The first issue is that if the alternate cache directory location

[apparmor] GSoC review r24

2013-07-23 Thread Christian Boltz
Hello, see the attachment for the r24 review. Regards, Christian Boltz -- Dominian There is always room for improvement Dominian to seek perfection is to drive yourself insane. Dominian except suseROCKs, he's already insane. [from #opensuse-project] === modified file 'apparmor/aa.py' ---

Re: [apparmor] [parser patch] fix apparmor cache tempfile location to use passed arg

2013-07-23 Thread John Johansen
On 07/23/2013 08:36 AM, Steve Beattie wrote: Subject: [parser patch] fix apparmor cache tempfile location to use passed arg This patch fixes problems in the handling of both the final cache name location and the temporary cache file when an alternate location is specified. The first issue

Re: [apparmor] [parser patch] fix apparmor cache tempfile location to use passed arg

2013-07-23 Thread Christian Boltz
Hello, Am Dienstag, 23. Juli 2013 schrieb Steve Beattie: The second issue is that it would generate the temporary file that it stores the cache file in [basedir]/cache even if an alternate cache location was specified on the command line. This causes a problem if [basedir]/cache is on a

Re: [apparmor] [PATCH] export set of capabilities supported by the apparmor module

2013-07-23 Thread Seth Arnold
On Sat, Jul 20, 2013 at 01:58:52AM -0700, John Johansen wrote: so yet another patch that has just been sitting in the queue, mostly waiting on the userspace feature buffer size fix that rolled out a while ago. --- apparmor: export set of capabilities supported by the apparmor module