Lines Matching refs:maps
66 struct sysdb_attrs ***maps,
91 struct sysdb_attrs **maps)
106 ret = sysdb_store_selinux_usermap(domain, maps[i]);
306 /* Selinux maps priority evaluation removed --DELETE this comment before pushing*/
435 /* If no maps match, we'll use the default SELinux user from the
444 * in fetched maps. The order array contains all SELinux users
447 * is not in fetched user maps, it means it should not be allowed
452 * the order array and user maps applicable to the user who is
890 /* SELinux maps were recently updated -> force offline */
1002 struct ldb_message **maps;
1056 attrs, &nmaps, &maps);
1063 ret = sysdb_msg2attrs(state, nmaps, maps, &state->selinuxmaps);
1206 "Found %zu SELinux user maps\n", state->nmaps);
1237 DEBUG(SSSDBG_TRACE_FUNC, "SELinux maps referenced an HBAC rule. "
1287 struct sysdb_attrs ***maps,
1327 *maps = talloc_steal(mem_ctx, state->selinuxmaps);
1413 struct sysdb_attrs **maps)
1428 DEBUG(SSSDBG_CRIT_FAILURE, "Cannot delete existing maps from sysdb\n");
1438 ret = ipa_save_user_maps(sysdb, ipa_domain, map_count, maps);
1468 struct sysdb_attrs **maps,
1483 /* Process the maps and return list of best matches
1484 * (maps with highest priority). */
1485 ret = ipa_selinux_process_maps(mem_ctx, user, host, maps, map_count,
1604 struct sysdb_attrs **maps = NULL;
1614 ret = ipa_get_selinux_recv(subreq, state, &map_count, &maps,
1623 default_user, map_order, map_count, maps);
1631 maps, map_count, hbac_rules,