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

/sssd-io/src/providers/ipa/
H A Dipa_selinux.c82 size_t selinux_map_count,
160 size_t selinux_map_count,
182 selinux_map_count + 1);
188 usermaps = talloc_zero_array(tmp_ctx, struct sysdb_attrs *, selinux_map_count + 1);
194 for (i = 0; i < selinux_map_count; i++) {
156 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

Completed in 20 milliseconds