Re: [apparmor] [patch] [7/7] Add support for ptrace log events to aa-logprof

2015-12-26 Thread John Johansen
On 12/08/2015 11:40 AM, 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()) to > log_obj

Re: [apparmor] [patch] [7/7] Add support for ptrace log events to aa-logprof

2015-12-26 Thread Christian Boltz
Hello, Am Samstag, 26. Dezember 2015 schrieb John Johansen: > On 12/08/2015 11:40 AM, Christian Boltz wrote: > > $subject. > > > > In detail, this means: > > - handle ptrace events in logparser.py > > - "translate" those events in aa.py - from log (logparser.py > > readlog())> > > to prelog

[apparmor] [patch] [7/7] Add support for ptrace log events to aa-logprof

2015-12-08 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()) to log_obj (ask_the_questions()) (yes, really! :-/ - needless to say that this