Re: [apparmor] [PATCH v2 3/8] utils: Require apparmor.aa users to call init_aa()

2017-03-02 Thread Christian Boltz
Hello, Am Donnerstag, 2. März 2017, 21:47:25 CET schrieb Tyler Hicks: > On 03/02/2017 01:32 PM, Christian Boltz wrote: > > Am Mittwoch, 1. März 2017, 21:52:01 CET schrieb Tyler Hicks: > >> --- a/utils/test/Makefile > >> +++ b/utils/test/Makefile > >> > >> check: __libapparmor > >> > >> -

Re: [apparmor] [PATCH v2 3/8] utils: Require apparmor.aa users to call init_aa()

2017-03-02 Thread Tyler Hicks
On 03/02/2017 01:32 PM, Christian Boltz wrote: > Hello, > > Am Mittwoch, 1. März 2017, 21:52:01 CET schrieb Tyler Hicks: >> Introduce an apparmor.aa.init_aa() method and move the initialization >> code of the apparmor.aa module into it. Note that this change will >> break any external users of

Re: [apparmor] [PATCH v2 3/8] utils: Require apparmor.aa users to call init_aa()

2017-03-02 Thread Christian Boltz
Hello, Am Mittwoch, 1. März 2017, 21:52:01 CET schrieb Tyler Hicks: > Introduce an apparmor.aa.init_aa() method and move the initialization > code of the apparmor.aa module into it. Note that this change will > break any external users of apparmor.aa because global variables that > were

Re: [apparmor] [PATCH v2 3/8] utils: Require apparmor.aa users to call init_aa()

2017-03-01 Thread Seth Arnold
On Wed, Mar 01, 2017 at 08:52:01PM +, Tyler Hicks wrote: > Introduce an apparmor.aa.init_aa() method and move the initialization > code of the apparmor.aa module into it. Note that this change will break > any external users of apparmor.aa because global variables that were > previously

[apparmor] [PATCH v2 3/8] utils: Require apparmor.aa users to call init_aa()

2017-03-01 Thread Tyler Hicks
Introduce an apparmor.aa.init_aa() method and move the initialization code of the apparmor.aa module into it. Note that this change will break any external users of apparmor.aa because global variables that were previously initialized when importing apparmor.aa will not be initialized unless a