summaryrefslogtreecommitdiffstats
path: root/src/lib/ipa_hbac/ipa_hbac.exports
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/ipa_hbac/ipa_hbac.exports')
-rw-r--r--src/lib/ipa_hbac/ipa_hbac.exports20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/lib/ipa_hbac/ipa_hbac.exports b/src/lib/ipa_hbac/ipa_hbac.exports
new file mode 100644
index 000000000..abdcc5f5a
--- /dev/null
+++ b/src/lib/ipa_hbac/ipa_hbac.exports
@@ -0,0 +1,20 @@
+IPA_HBAC_0.0.1 {
+
+ # public functions
+ global:
+
+ hbac_evaluate;
+ hbac_result_string;
+ hbac_error_string;
+ hbac_free_info;
+ hbac_rule_is_complete;
+
+ # everything else is local
+ local:
+ *;
+};
+
+IPA_HBAC_0.1.0 {
+ global:
+ hbac_enable_debug;
+} IPA_HBAC_0.0.1;