summaryrefslogtreecommitdiffstats
path: root/libqpol/src/libqpol.map
diff options
context:
space:
mode:
authorMiroslav Grepl <mgrepl@redhat.com>2014-04-11 09:37:53 +0200
committerMiroslav Grepl <mgrepl@redhat.com>2014-04-11 09:37:53 +0200
commit47be9ff57e72906660bb62a515222f482131e1fb (patch)
tree2cb0ef0ba48d73b1df7cc0915754a17e19464bb6 /libqpol/src/libqpol.map
downloadsetools-47be9ff57e72906660bb62a515222f482131e1fb.tar.gz
setools-47be9ff57e72906660bb62a515222f482131e1fb.tar.xz
setools-47be9ff57e72906660bb62a515222f482131e1fb.zip
Create setools-3.3.7 git repomaster
Diffstat (limited to 'libqpol/src/libqpol.map')
-rw-r--r--libqpol/src/libqpol.map73
1 files changed, 73 insertions, 0 deletions
diff --git a/libqpol/src/libqpol.map b/libqpol/src/libqpol.map
new file mode 100644
index 0000000..dd293bc
--- /dev/null
+++ b/libqpol/src/libqpol.map
@@ -0,0 +1,73 @@
+VERS_1.2 {
+ global:
+ qpol_avrule_*;
+ qpol_bool_*;
+ qpol_cat_*;
+ qpol_class_*;
+ qpol_common_*;
+ qpol_cond_*;
+ qpol_constraint_*;
+ qpol_context_*;
+ qpol_default_policy_find;
+ qpol_fs_use_*;
+ qpol_genfscon_*;
+ qpol_isid_*;
+ qpol_iterator_end;
+ qpol_iterator_next;
+ qpol_iterator_get_*;
+ qpol_iterator_destroy;
+ qpol_level_*;
+ qpol_mls_*;
+ qpol_module_*;
+ qpol_netifcon_*;
+ qpol_nodecon_*;
+ qpol_perm_*;
+ qpol_policy_append_module;
+ qpol_policy_build_syn_rule_table;
+ qpol_policy_destroy;
+ qpol_policy_get_*;
+ qpol_policy_has_capability;
+ qpol_policy_open_from_file;
+ qpol_policy_open_from_file_no_rules;
+ qpol_policy_open_from_memory;
+ qpol_policy_rebuild;
+ qpol_policy_reevaluate_conds;
+ qpol_portcon_*;
+ qpol_range_trans_*;
+ qpol_role_*;
+ qpol_syn_avrule_*;
+ qpol_syn_terule_*;
+ qpol_terule_*;
+ qpol_type_get_alias_iter;
+ qpol_type_get_attr_iter;
+ qpol_type_get_isalias;
+ qpol_type_get_isattr;
+ qpol_type_get_name;
+ qpol_type_get_type_iter;
+ qpol_type_get_value;
+ qpol_type_set_*;
+ qpol_user_*;
+ qpol_validatetrans_*;
+ libqpol_get_version;
+ local: *;
+};
+
+VERS_1.3 {
+ global:
+ qpol_policy_open_from_file;
+ qpol_policy_open_from_memory;
+ qpol_policy_rebuild;
+} VERS_1.2;
+
+VERS_1.4 {
+ global:
+ qpol_type_get_ispermissive;
+} VERS_1.3;
+
+VERS_1.5 {
+ global:
+ qpol_policy_permissive_*;
+ qpol_permissive_*;
+ qpol_policy_polcap_*;
+ qpol_polcap_*;
+} VERS_1.4;