summaryrefslogtreecommitdiffstats
path: root/src/providers/ipa/ipa_hbac.exports
blob: abdcc5f5a091592aa54f1c9d860e0a978cd8f575 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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;