On Sun, Jul 13, 2014 at 03:00:09PM +0200, Christian Boltz wrote:
> Hello,
>
> this patch fixes a crash in aa-logprof (to be exact: save_profiles() in
> aa.py) when saving the remaining profile after using "save selected
> profile".
>
> When using "save selected profile", write_profile() (called
Hi Christian,
On Mon, Jul 14, 2014 at 10:19:52PM +0200, Christian Boltz wrote:
> this patch changes several utils/test/*.py to use the in-tree python
> modules.
Sorry, but I don't like this patch. The reason is that I don't want
to hardcode the local path into the tests; I'd like to be able to
u
On Mon, Jul 21, 2014 at 03:28:36PM -0700, Steve Beattie wrote:
> This patch adds the new capability CAP_AUDIT_READ, added in the 3.16
> kernel, to the utils severity.db. I set the severity level at 7,
> since it seemed to offer less exposure than CAP_AUDIT_CONTROL and
> CAP_AUDIT_WRITE, which are b
This patch adds the new capability CAP_AUDIT_READ, added in the 3.16
kernel, to the utils severity.db. I set the severity level at 7,
since it seemed to offer less exposure than CAP_AUDIT_CONTROL and
CAP_AUDIT_WRITE, which are both considered severity 8.
This patch is both for trunk and the 2.8 br