Re: [apparmor] [patch] [9/9] Add support for dbus events to aa-logprof

2016-05-20 Thread Seth Arnold
On Sun, Dec 27, 2015 at 04:13:15PM +0100, Christian Boltz wrote: > Hello, > > $subject. > > In detail, this means: > - handle ptrace events in logparser.py > - "translate" those events in aa.py - from log (logparser.py readlog()) > to prelog (handle_children()) to log_dict (collapse_log())) >

[apparmor] [patch] [9/9] Add support for dbus events to aa-logprof

2015-12-27 Thread Christian Boltz
Hello, $subject. In detail, this means: - handle ptrace events in logparser.py - "translate" those events in aa.py - from log (logparser.py readlog()) to prelog (handle_children()) to log_dict (collapse_log())) - finally ask the user about the ptrace in ask_the_questions() (no code change