Re: [apparmor] [patch] More strict profile_storage()

2017-06-06 Thread Christian Boltz
Hello, Am Montag, 5. Juni 2017, 23:50:24 CEST schrieb Seth Arnold: > On Mon, Jun 05, 2017 at 11:20:33PM +0200, Christian Boltz wrote: > > this patch makes the profile_storage() data structure more strict. > > It > > - initializes everything inside a profile with proper values > > - makes the

Re: [apparmor] [patch] More strict profile_storage()

2017-06-05 Thread Seth Arnold
On Mon, Jun 05, 2017 at 11:20:33PM +0200, Christian Boltz wrote: > Hello, > > this patch makes the profile_storage() data structure more strict. It > - initializes everything inside a profile with proper values > - makes the profile storage a dict() instead of a hasher(), which means > it will

[apparmor] [patch] More strict profile_storage()

2017-06-05 Thread Christian Boltz
Hello, this patch makes the profile_storage() data structure more strict. It - initializes everything inside a profile with proper values - makes the profile storage a dict() instead of a hasher(), which means it will complain loudly when trying to access non-existing elements (hasher() was