Re: [apparmor] [PATCH] parser: Check for kernel support prior to processing dbus entries

2013-10-29 Thread John Johansen
On 10/25/2013 07:19 PM, Tyler Hicks wrote: > When a parser that is aware of dbus rules is running under a kernel > that is unaware of dbus rules, the parser should ignore the dbus rules > instead of attempting to load them into the kernel. Otherwise, the > kernel will reject the entire profile, lea

Re: [apparmor] [PATCH] utils: Ignore unsupported log events

2013-10-29 Thread John Johansen
On 10/25/2013 08:48 PM, Tyler Hicks wrote: > The log parsing in the Immunix::AppArmor perl module has fallen behind > when it comes to audit events from some of the newer rule types > supported by apparmor_parser. > > When an unsupported event is found, it causes aa-logprof to error out. > This pa

Re: [apparmor] up to date kernel patches or git tree (3.12) ?

2013-10-29 Thread John Johansen
On 10/26/2013 08:43 AM, Arkadiusz Miƛkiewicz wrote: > > Hello. > > I'm looking for current kernel patches (for 3.12git tree) or git tree with > the > patches applied. > > Previously was using http://git.kernel.org/cgit/linux/kernel/git/jj/linux- > apparmor.git/refs/heads but that doesn't seem

Re: [apparmor] [PATCH] tests: Verify mediation of path-based UNIX domain sockets

2013-10-29 Thread Steve Beattie
On Tue, Oct 08, 2013 at 02:08:16PM -0700, Tyler Hicks wrote: > The purpose is to provide test coverage for accessing UNIX domain socket > files. AppArmor write permissions are needed to create the socket files > and both read and write permissions are needed to connect to the socket. > > This patc