Searched defs:hbac_dn (Results 1 - 1 of 1) sorted by relevance

/sssd-io/src/providers/ipa/
H A Dipa_selinux.c261 const char *hbac_dn; local
265 ret = sysdb_attrs_get_string(hbac_rules[i], SYSDB_ORIG_DN, &hbac_dn);
282 "Matching HBAC rule %s with SELinux mappings\n", hbac_dn);
301 if (strcasecmp(hbac_dn, seealso_dn) == 0) {
304 hbac_dn, seealso_dn);

Completed in 13 milliseconds