>From 4246d5cd91c4c34b8524be5bfce38c57163a6e2b Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Fri, 11 Sep 2015 17:04:58 +0200 Subject: [PATCH] squash_me --- Makefile.am | 2 +- src/providers/ipa/ipa_hbac.exports | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 851f943a4c57b70cee4f4f34e83457e7d204aff1..a2a868455f91fac212fcfa7b41681086145c06f9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -928,7 +928,7 @@ libipa_hbac_la_LIBADD = \ $(UNICODE_LIBS) libipa_hbac_la_LDFLAGS = \ -Wl,--version-script,$(srcdir)/src/providers/ipa/ipa_hbac.exports \ - -version-info 0:1:0 + -version-info 1:0:1 dist_noinst_DATA += src/providers/ipa/ipa_hbac.exports diff --git a/src/providers/ipa/ipa_hbac.exports b/src/providers/ipa/ipa_hbac.exports index 63b6a5cd673d7b7f3096794648483d280a6bb47f..b7945e139b9ab81b7c1d68eb707acaaff7163a2e 100644 --- a/src/providers/ipa/ipa_hbac.exports +++ b/src/providers/ipa/ipa_hbac.exports @@ -1,4 +1,4 @@ -IPA_HBAC_0.0.2 { +IPA_HBAC_0.0.1 { # public functions global: @@ -8,9 +8,13 @@ IPA_HBAC_0.0.2 { hbac_error_string; hbac_free_info; hbac_rule_is_complete; - hbac_enable_debug; # everything else is local local: *; }; + +IPA_HBAC_0.1.0 { + global: + hbac_evaluate; +} IPA_HBAC_0.0.1; -- 2.5.0