summaryrefslogtreecommitdiffstats
path: root/src/providers/ipa/ipa_hbac.exports
diff options
context:
space:
mode:
authorPetr Cech <pcech@redhat.com>2015-07-24 10:56:49 -0400
committerJakub Hrozek <jhrozek@redhat.com>2015-10-01 21:37:30 +0200
commit65ce66c43141f7e5c8482a8f8e7e217a23791588 (patch)
tree49df5175cd7f448bd2c4bb49558a8c9603301f68 /src/providers/ipa/ipa_hbac.exports
parente1622d0d430a2ae4fca4fe4f9a83caf95500a853 (diff)
downloadsssd-65ce66c43141f7e5c8482a8f8e7e217a23791588.tar.gz
sssd-65ce66c43141f7e5c8482a8f8e7e217a23791588.tar.xz
sssd-65ce66c43141f7e5c8482a8f8e7e217a23791588.zip
HBAC: Better libhbac debugging
Added support for logging via external log function. Log provides information about rules evaluating (HBAC_DBG_INFO level) and additionally can describe rules (HBAC_DBG_TRACE level). Resolves: https://fedorahosted.org/sssd/ticket/2703 Reviewed-by: Pavel Reichl <preichl@redhat.com> Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com> Reviewed-by: Michal Židek <mzidek@redhat.com>
Diffstat (limited to 'src/providers/ipa/ipa_hbac.exports')
-rw-r--r--src/providers/ipa/ipa_hbac.exports5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/providers/ipa/ipa_hbac.exports b/src/providers/ipa/ipa_hbac.exports
index 0115084e2..abdcc5f5a 100644
--- a/src/providers/ipa/ipa_hbac.exports
+++ b/src/providers/ipa/ipa_hbac.exports
@@ -13,3 +13,8 @@ IPA_HBAC_0.0.1 {
local:
*;
};
+
+IPA_HBAC_0.1.0 {
+ global:
+ hbac_enable_debug;
+} IPA_HBAC_0.0.1;