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

Tyler Hicks tyhicks at canonical.com
Thu Mar 19 16:03:43 UTC 2015


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 <tyhicks at canonical.com>
> this and the preceeding patch it fixes
> 
> Acked-by: John Johansen <john.johansen at canonical.com>
> 
> > ---
> >  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
> > --- a/libraries/libapparmor/src/libapparmor.map
> > +++ b/libraries/libapparmor/src/libapparmor.map
> > @@ -61,16 +61,7 @@ APPARMOR_2.10 {
> >          aa_features_unref;
> >          aa_features_write_to_file;
> >          aa_features_is_equal;
> > -        aa_features_supports_max_abi;
> > -        aa_features_supports_policydb;
> > -        aa_features_supports_set_load;
> > -        aa_features_supports_network;
> > -        aa_features_supports_af_unix;
> > -        aa_features_supports_mount;
> > -        aa_features_supports_dbus;
> > -        aa_features_supports_signal;
> > -        aa_features_supports_ptrace;
> > -        aa_features_supports_diff_encode;
> > +        aa_features_supports

I forgot the trailing semicolon here. I've made that change to my local
tree.

Also, there's additional changes that need to be made to the parent
patch now that we have unit tests for aa_features functions. Another
fixup patch to follow...

Tyler

> >    local:
> >          *;
> >  } APPARMOR_2.9;
> > 
> 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <https://lists.ubuntu.com/archives/apparmor/attachments/20150319/3a98d205/attachment.pgp>


More information about the AppArmor mailing list