mirror of
https://github.com/SELinuxProject/selinux
synced 2024-12-23 14:32:08 +00:00
b514885063
The local: * entry should only be in the base entry, not in each of them. This is part of resolving gold linker build failures reported by Jason Zaman. Reported-by: Jason Zaman <jason@perfinion.com> Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
52 lines
1.3 KiB
Plaintext
52 lines
1.3 KiB
Plaintext
LIBSEPOL_1.0 {
|
|
global:
|
|
expand_module_avrules;
|
|
sepol_module_package_*; sepol_link_modules; sepol_expand_module; sepol_link_packages;
|
|
sepol_bool_*; sepol_genbools*;
|
|
sepol_context_*; sepol_mls_*; sepol_check_context;
|
|
sepol_iface_*;
|
|
sepol_port_*;
|
|
sepol_node_*;
|
|
sepol_user_*; sepol_genusers; sepol_set_delusers;
|
|
sepol_msg_*; sepol_debug;
|
|
sepol_handle_*;
|
|
sepol_policydb_*; sepol_set_policydb_from_file;
|
|
sepol_policy_kern_*;
|
|
sepol_policy_file_*;
|
|
sepol_get_disable_dontaudit;
|
|
sepol_set_disable_dontaudit;
|
|
sepol_set_expand_consume_base;
|
|
sepol_get_preserve_tunables; sepol_set_preserve_tunables;
|
|
cil_db_init;
|
|
cil_set_disable_dontaudit;
|
|
cil_set_disable_neverallow;
|
|
cil_set_preserve_tunables;
|
|
cil_set_handle_unknown;
|
|
cil_db_destroy;
|
|
cil_add_file;
|
|
cil_compile;
|
|
cil_build_policydb;
|
|
cil_userprefixes_to_string;
|
|
cil_selinuxusers_to_string;
|
|
cil_filecons_to_string;
|
|
cil_set_log_level;
|
|
cil_set_log_handler;
|
|
cil_set_malloc_error_handler;
|
|
local: *;
|
|
};
|
|
|
|
LIBSEPOL_1.1 {
|
|
global:
|
|
cil_build_policydb;
|
|
cil_compile;
|
|
cil_userprefixes_to_string;
|
|
cil_selinuxusers_to_string;
|
|
cil_filecons_to_string;
|
|
cil_set_target_platform;
|
|
cil_set_policy_version;
|
|
cil_set_mls;
|
|
sepol_ppfile_to_module_package;
|
|
sepol_module_package_to_cil;
|
|
sepol_module_policydb_to_cil;
|
|
} LIBSEPOL_1.0;
|