Re: [apparmor] [patch] Add debug info to profile_storage()

2015-11-18 Thread John Johansen
On 10/21/2015 01:53 PM, Christian Boltz wrote: > Hello, > > Am Dienstag, 20. Oktober 2015 schrieb John Johansen: >> On 07/20/2015 12:22 PM, Christian Boltz wrote: >>> for debugging, it's helpful to know which part of the code >>> initialized a profile_storage and for which profile and hat this

Re: [apparmor] [patch] Add debug info to profile_storage()

2015-10-21 Thread Christian Boltz
Hello, Am Dienstag, 20. Oktober 2015 schrieb John Johansen: > On 07/20/2015 12:22 PM, Christian Boltz wrote: > > for debugging, it's helpful to know which part of the code > > initialized a profile_storage and for which profile and hat this > > was done. > > > > This patch adds an 'info' array

Re: [apparmor] [patch] Add debug info to profile_storage()

2015-10-20 Thread John Johansen
On 07/20/2015 12:22 PM, Christian Boltz wrote: > Hello, > > for debugging, it's helpful to know which part of the code initialized a > profile_storage and for which profile and hat this was done. > > This patch adds an 'info' array with that information, adds the > corresponding parameters to

Re: [apparmor] [patch] Add debug info to profile_storage()

2015-08-02 Thread Kshitij Gupta
Hello, On Tue, Jul 21, 2015 at 12:52 AM, Christian Boltz appar...@cboltz.de wrote: Hello, for debugging, it's helpful to know which part of the code initialized a profile_storage and for which profile and hat this was done. This patch adds an 'info' array with that information, adds the

Re: [apparmor] [patch] Add debug info to profile_storage()

2015-08-02 Thread Christian Boltz
Hello, Am Montag, 3. August 2015 schrieb Kshitij Gupta: On Tue, Jul 21, 2015 at 12:52 AM, Christian Boltz wrote: for debugging, it's helpful to know which part of the code initialized a profile_storage and for which profile and hat this was done. This patch adds an 'info' array with

[apparmor] [patch] Add debug info to profile_storage()

2015-07-20 Thread Christian Boltz
Hello, for debugging, it's helpful to know which part of the code initialized a profile_storage and for which profile and hat this was done. This patch adds an 'info' array with that information, adds the corresponding parameters to profile_storage() and changes the callers to deliver some