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

/sssd/src/providers/ipa/
H A Dipa_access.c580 struct hbac_rule **hbac_rules; local
603 ret = hbac_ctx_to_rules(tmp_ctx, &hbac_ctx, &hbac_rules, &eval_req);
616 result = hbac_evaluate(hbac_rules, eval_req, &info);
H A Dipa_selinux.c67 struct sysdb_attrs ***hbac_rules,
82 struct sysdb_attrs **hbac_rules,
149 struct sysdb_attrs **hbac_rules,
160 struct sysdb_attrs **hbac_rules,
230 hbac_rules, hbac_rule_count,
249 struct sysdb_attrs **hbac_rules,
264 ret = sysdb_attrs_get_string(hbac_rules[i], SYSDB_ORIG_DN, &hbac_dn);
272 ret = sysdb_attrs_get_el(hbac_rules[i], IPA_MEMBER_HOST, &el);
276 ret = sysdb_attrs_get_el(hbac_rules[i], IPA_MEMBER_USER, &el);
283 if (!sss_selinux_match(hbac_rules[
155 ipa_selinux_process_maps(TALLOC_CTX *mem_ctx, struct sysdb_attrs *user, struct sysdb_attrs *host, struct sysdb_attrs **selinux_maps, size_t selinux_map_count, struct sysdb_attrs **hbac_rules, size_t hbac_rule_count, struct sysdb_attrs ***_usermaps) argument
245 ipa_selinux_process_seealso_maps(struct sysdb_attrs *user, struct sysdb_attrs *host, struct sysdb_attrs **seealso_rules, size_t seealso_rules_count, struct sysdb_attrs **hbac_rules, size_t hbac_rule_count, uint32_t top_priority, struct sysdb_attrs **usermaps, size_t best_match_maps_cnt) argument
846 struct sysdb_attrs **hbac_rules; member in struct:ipa_get_selinux_state
1264 ipa_get_selinux_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx, size_t *count, struct sysdb_attrs ***maps, size_t *hbac_count, struct sysdb_attrs ***hbac_rules, char **default_user, char **map_order) argument
1445 ipa_selinux_create_child_input(TALLOC_CTX *mem_ctx, struct sysdb_attrs *user, struct sysdb_attrs *host, struct sysdb_attrs **maps, size_t map_count, struct sysdb_attrs **hbac_rules, size_t hbac_count, const char *map_order, struct pam_data *pd, struct sss_domain_info *user_domain, const char *default_user, struct selinux_child_input **_sci) argument
1583 struct sysdb_attrs **hbac_rules = NULL; local
[all...]

Completed in 12 milliseconds