Re: [apparmor] [patch] fix minitools to work with multiple profiles at once

2015-02-26 Thread Steve Beattie
Hi, On Fri, Feb 20, 2015 at 11:52:43PM +0100, Christian Boltz wrote: this patch fixes the minitools (aa-audit, aa-complain, aa-enforce, aa-autodep) to work with multiple profiles at once. The trick to fix the minitools is to call read_profiles() outside of the for loop. References:

[apparmor] [patch] fix minitools to work with multiple profiles at once

2015-02-20 Thread Christian Boltz
Hello, this patch fixes the minitools (aa-audit, aa-complain, aa-enforce, aa-autodep) to work with multiple profiles at once. The trick to fix the minitools is to call read_profiles() outside of the for loop. References: https://bugs.launchpad.net/apparmor/+bug/1378095 Note: aa-autodep will