summaryrefslogtreecommitdiffstats
path: root/src/providers/ipa/ipa_hbac.exports
blob: 0115084e2b3a66569f97c4e7c035dffdb6450b43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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:
        *;
};