Lines Matching refs:host
60 struct sysdb_attrs *host,
79 struct sysdb_attrs *host,
146 struct sysdb_attrs *host,
157 struct sysdb_attrs *host,
194 if (sss_selinux_match(selinux_maps[i], user, host, &priority)) {
228 ret = ipa_selinux_process_seealso_maps(user, host,
246 struct sysdb_attrs *host,
283 if (!sss_selinux_match(hbac_rules[i], user, host, &priority)) {
839 struct sysdb_attrs *host;
857 struct sysdb_attrs *host,
878 state->host = host;
963 if (access_mod == selinux_mod && state->host != NULL) {
965 * and the access control had already discovered the host
973 DEBUG(SSSDBG_CRIT_FAILURE, "Cannot determine the host name\n");
1088 struct sysdb_attrs **host;
1090 ret = ipa_host_info_recv(subreq, state, &host_count, &host,
1096 state->host = host[0];
1223 state->host);
1334 struct sysdb_attrs *host = NULL;
1352 /* Look up the host to get its originalMemberOf entries */
1356 host = NULL;
1372 host = hosts[0];
1379 *_host = talloc_steal(mem_ctx, host);
1447 struct sysdb_attrs *host,
1465 ret = ipa_selinux_process_maps(mem_ctx, user, host, maps, map_count,
1510 struct sysdb_attrs *host;
1547 DEBUG(SSSDBG_OP_FAILURE, "Cannot determine this machine's host name\n");
1555 &state->user, &state->host);
1561 state->host, selinux_ctx);
1610 ret = ipa_selinux_create_child_input(state, state->user, state->host,