[apparmor] [PATCH] security/apparmor: Use POSIX-compatible "printf '%s'"

2016-10-14 Thread Thomas Schneider
When using a strictly POSIX-compliant shell, "-n #define ..." gets written into the file. Use "printf '%s'" to avoid this. Signed-off-by: Thomas Schneider --- security/apparmor/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

Re: [apparmor] [patch] Drop seen_events counter from aa.py

2016-10-14 Thread Christian Boltz
Hello, Am Freitag, 14. Oktober 2016, 12:16:52 CEST schrieb Steve Beattie: > On Fri, Oct 14, 2016 at 12:43:19AM +0200, Christian Boltz wrote: > > seen_events is a global variable in aa.py that gets increased at > > several places, but isn't used (read or printed) anywhere. Since I > > can't