Home | History | Annotate | Download | only in src

Lines Matching refs:domain

166 	char *domain;
182 free(s->domain);
380 } else if (!strcasecmp(name, "domain")) {
381 cur->domain = strdup(value);
382 if (!cur->domain) {
466 selinux_log(SELINUX_INFO, "%s: isSystemServer=%s user=%s seinfo=%s name=%s path=%s sebool=%s -> domain=%s type=%s level=%s levelFrom=%s",
469 cur->seinfo, cur->name.str, cur->path.str, cur->sebool, cur->domain,
603 else if (kind == SEAPP_DOMAIN && !cur->domain)
621 if (context_type_set(ctx, cur->domain))