Re: [apparmor] GSoC proposal text v3

2013-03-12 Thread Seth Arnold
On Mon, Mar 11, 2013 at 07:48:05PM -0700, John Johansen wrote: Alright so we have a GSoC proposal (current text below), through opensuse and I would like to put a couple of potential revisions to a vote. 1. Allowing for the Go language as an implementation option. I did this to allow the

Re: [apparmor] GSoC proposal text v3

2013-03-12 Thread Jamie Strandboge
On 03/11/2013 09:48 PM, John Johansen wrote: Alright so we have a GSoC proposal (current text below), through opensuse and I would like to put a couple of potential revisions to a vote. 1. Allowing for the Go language as an implementation option. I did this to allow the student some

[apparmor] [Patch] [2.8] Fix caching failure due to features cache being larger than read buffer

2013-03-12 Thread John Johansen
This is a minimal fix to apparmor 2.8 for cache failures when the feature file is larger than the feature buffer used for cache version comparison. Ideally this would be dynamically allocated but for 2.8 just bumping the buffer size is the quick fix. Signed-off-by: John Johansen