Re: [apparmor] [PATCH 2/2] json support for tools (logprof and genprof)

2017-04-14 Thread Christian Boltz
Hello, Am Freitag, 14. April 2017, 16:20:27 CEST schrieb Goldwyn Rodrigues: > On 04/13/2017 04:52 PM, Christian Boltz wrote: > > jsonout = {'dialog': 'apparmor-json-version', 'data': '2.12'} > > write_json(jsonout) > > > > '2.12' obviously matches the next AppArmor release. It will only

Re: [apparmor] [PATCH 2/2] json support for tools (logprof and genprof)

2017-04-14 Thread Goldwyn Rodrigues
On 04/13/2017 04:52 PM, Christian Boltz wrote: > Hello, > > Am Donnerstag, 13. April 2017, 05:55:54 CEST schrieb Goldwyn Rodrigues: >> From: Goldwyn Rodrigues >> >> This adds JSON support for tools in order to be able to talk to >> other utilities such as Yast. >> >> The

Re: [apparmor] [PATCH 2/2] json support for tools (logprof and genprof)

2017-04-13 Thread Christian Boltz
e code I wrote, so an additional review (Steve? Seth?) would be nice ;-) Regards, Christian Boltz -- We need to make sure that the direction we're going and the decisions we're taking are made by people who will suffer the consequences of them. [Henne Vogelsang in opensuse-project] [apparmor] [

[apparmor] [PATCH 2/2] json support for tools (logprof and genprof)

2017-04-12 Thread Goldwyn Rodrigues
From: Goldwyn Rodrigues This adds JSON support for tools in order to be able to talk to other utilities such as Yast. The json is one per line, in order to differentiate between multiple records. This is based on work presented by Christian Boltz some time back.

Re: [apparmor] [PATCH 2/2] json support for tools (logprof and genprof)

2017-04-12 Thread Goldwyn Rodrigues
Hmm, I should have added a type field, but would we require a version number as well? On 04/11/2017 08:34 PM, Goldwyn Rodrigues wrote: > From: Goldwyn Rodrigues > > This adds JSON support for tools in order to be able to talk to > other utilities such as Yast. > > The json

[apparmor] [PATCH 2/2] json support for tools (logprof and genprof)

2017-04-11 Thread Goldwyn Rodrigues
From: Goldwyn Rodrigues This adds JSON support for tools in order to be able to talk to other utilities such as Yast. The json is one per line, in order to differentiate between multiple records. This is based on work presented by Christian Boltz some time back.