mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-09-03 15:55:46 +00:00
libapparmor: add aa_features_new_from_file
to public symbols
With AppArmor release 3.0, a new function `aa_features_new_from_file` was added, but not added to the list of public symbols. As a result, it's not possible to make use of this function when linking against libapparmor.so. Fix the issue by adding it to the symbol map. Signed-off-by: Patrick Steinhardt <ps@pks.im>
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:
|
||||||
|
Reference in New Issue
Block a user