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

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

2016-10-13 Thread Christian Boltz
Hello, 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 imagine how it could become useful, simply drop it. Also drop an outdated comment in handle_children that lived next to a seen_events line. [