mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-09-01 06:45:38 +00:00
Merge Symbol visibility
This fixes two issues with symbol visibility that's exposed when linking `apparmor_parser`. MR: https://gitlab.com/apparmor/apparmor/-/merge_requests/643 Acked-by: John Johansen <john.johansen@canonical.com>
This commit is contained in:
@@ -117,6 +117,7 @@ APPARMOR_2.13.1 {
|
|||||||
|
|
||||||
APPARMOR_3.0 {
|
APPARMOR_3.0 {
|
||||||
global:
|
global:
|
||||||
|
aa_features_new_from_file;
|
||||||
aa_features_write_to_fd;
|
aa_features_write_to_fd;
|
||||||
aa_features_value;
|
aa_features_value;
|
||||||
local:
|
local:
|
||||||
@@ -126,6 +127,7 @@ APPARMOR_3.0 {
|
|||||||
PRIVATE {
|
PRIVATE {
|
||||||
global:
|
global:
|
||||||
_aa_is_blacklisted;
|
_aa_is_blacklisted;
|
||||||
|
_aa_asprintf;
|
||||||
_aa_autofree;
|
_aa_autofree;
|
||||||
_aa_autoclose;
|
_aa_autoclose;
|
||||||
_aa_autofclose;
|
_aa_autofclose;
|
||||||
|
Reference in New Issue
Block a user