Re: [apparmor] [PATCH] fixup! libapparmor: Move the aa_features API

2015-03-20 Thread John Johansen
On 03/19/2015 09:06 AM, Tyler Hicks wrote: > Move the aa_features unit tests into their own source file, which > includes features.c to get at private members, so that `make check` can > be run after any build, regardless of configure options. > > Signed-off-by: Tyler Hicks Acked-by: John Johanse

[apparmor] [PATCH] fixup! libapparmor: Move the aa_features API

2015-03-19 Thread Tyler Hicks
Move the aa_features unit tests into their own source file, which includes features.c to get at private members, so that `make check` can be run after any build, regardless of configure options. Signed-off-by: Tyler Hicks --- libraries/libapparmor/src/Makefile.am| 6 +- libraries/libapparm

Re: [apparmor] [PATCH] fixup! libapparmor: Move the aa_features API

2015-03-19 Thread Tyler Hicks
On 2015-03-12 14:53:23, John Johansen wrote: > On 03/12/2015 02:47 PM, Tyler Hicks wrote: > > Correct the export map. > > > > Signed-off-by: Tyler Hicks > this and the preceeding patch it fixes > > Acked-by: John Johansen > > > --- > > libraries/libapparmor/src/libapparmor.map | 11 +-

Re: [apparmor] [PATCH] fixup! libapparmor: Move the aa_features API

2015-03-12 Thread John Johansen
On 03/12/2015 02:47 PM, Tyler Hicks wrote: > Correct the export map. > > Signed-off-by: Tyler Hicks this and the preceeding patch it fixes Acked-by: John Johansen > --- > libraries/libapparmor/src/libapparmor.map | 11 +-- > 1 file changed, 1 insertion(+), 10 deletions(-) > > diff --

[apparmor] [PATCH] fixup! libapparmor: Move the aa_features API

2015-03-12 Thread Tyler Hicks
Correct the export map. Signed-off-by: Tyler Hicks --- libraries/libapparmor/src/libapparmor.map | 11 +-- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/libraries/libapparmor/src/libapparmor.map b/libraries/libapparmor/src/libapparmor.map index d0020c7..e61a314 100644 --