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

/sssd/src/providers/ipa/
H A Dipa_selinux.c260 const char *hbac_dn; local
264 ret = sysdb_attrs_get_string(hbac_rules[i], SYSDB_ORIG_DN, &hbac_dn);
281 "Matching HBAC rule %s with SELinux mappings\n", hbac_dn);
300 if (strcasecmp(hbac_dn, seealso_dn) == 0) {
303 hbac_dn, seealso_dn);

Completed in 1071 milliseconds