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

/sssd-io/src/providers/ipa/
H A Dipa_hbac_services.c390 struct hbac_rule_element *new_services; local
408 new_services = talloc_zero(tmp_ctx, struct hbac_rule_element);
409 if (new_services == NULL) {
416 &new_services->category);
421 if (new_services->category & HBAC_CATEGORY_ALL) {
440 new_services->names = talloc_array(new_services,
443 if (new_services->names == NULL) {
448 new_services->groups = talloc_array(new_services,
[all...]

Completed in 118 milliseconds