summaryrefslogtreecommitdiffstats
path: root/src/providers/ipa/ipa_hbac.exports
diff options
context:
space:
mode:
authorLukas Slebodnik <lslebodn@redhat.com>2014-06-09 14:38:31 +0200
committerJakub Hrozek <jhrozek@redhat.com>2014-07-09 14:45:05 +0200
commitf28b09f887870c10c8c611beee3c17eaa9ef74f3 (patch)
tree3264dfcc7258bd2bd6591599fcf193d3820fb58b /src/providers/ipa/ipa_hbac.exports
parent09641f85aae8fff72d0573394c40c8c3c002179a (diff)
downloadsssd-f28b09f887870c10c8c611beee3c17eaa9ef74f3.tar.gz
sssd-f28b09f887870c10c8c611beee3c17eaa9ef74f3.tar.xz
sssd-f28b09f887870c10c8c611beee3c17eaa9ef74f3.zip
BUILD: Add version symbol files for public libraries.
Version symbol files will help package systems to catch backward compatible changes (newly added functions) into library. The difference between libraries libsss_nss_idmap_test.so and libsss_nss_idmap.so is that the 1st library will not be installed and has more exported functions, which are necessary for mocking with cmocka for test sss_nss_idmap-test. Resolves: https://fedorahosted.org/sssd/ticket/2194 Reviewed-by: Sumit Bose <sbose@redhat.com> Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
Diffstat (limited to 'src/providers/ipa/ipa_hbac.exports')
-rw-r--r--src/providers/ipa/ipa_hbac.exports15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/providers/ipa/ipa_hbac.exports b/src/providers/ipa/ipa_hbac.exports
new file mode 100644
index 000000000..0115084e2
--- /dev/null
+++ b/src/providers/ipa/ipa_hbac.exports
@@ -0,0 +1,15 @@
+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:
+ *;
+};