Lines Matching defs:host
61 struct sysdb_attrs *host,
80 struct sysdb_attrs *host,
147 struct sysdb_attrs *host,
158 struct sysdb_attrs *host,
195 if (sss_selinux_match(selinux_maps[i], user, host, &priority)) {
229 ret = ipa_selinux_process_seealso_maps(user, host,
247 struct sysdb_attrs *host,
284 if (!sss_selinux_match(hbac_rules[i], user, host, &priority)) {
840 struct sysdb_attrs *host;
858 struct sysdb_attrs *host,
879 state->host = host;
964 if (access_mod == selinux_mod && state->host != NULL) {
966 * and the access control had already discovered the host
974 DEBUG(SSSDBG_CRIT_FAILURE, "Cannot determine the host name\n");
1100 struct sysdb_attrs **host;
1102 ret = ipa_host_info_recv(subreq, state, &host_count, &host,
1108 state->host = host[0];
1243 state->host);
1354 struct sysdb_attrs *host = NULL;
1372 /* Look up the host to get its originalMemberOf entries */
1376 host = NULL;
1392 host = hosts[0];
1399 *_host = talloc_steal(mem_ctx, host);
1467 struct sysdb_attrs *host,
1485 ret = ipa_selinux_process_maps(mem_ctx, user, host, maps, map_count,
1530 struct sysdb_attrs *host;
1567 DEBUG(SSSDBG_OP_FAILURE, "Cannot determine this machine's host name\n");
1575 &state->user, &state->host);
1581 state->host, selinux_ctx);
1630 ret = ipa_selinux_create_child_input(state, state->user, state->host,