Lines Matching full:seinfo
74 char *seinfo;
109 /* Give precedence to a specified seinfo= over an unspecified seinfo=. */
110 if (s1->seinfo && !s2->seinfo)
112 if (!s1->seinfo && s2->seinfo)
157 free(cur->seinfo);
224 } else if (!strcasecmp(name, "seinfo")) {
225 cur->seinfo = strdup(value);
226 if (!cur->seinfo)
289 selinux_log(SELINUX_INFO, "%s: isSystemServer=%s user=%s seinfo=%s name=%s sebool=%s -> domain=%s type=%s level=%s levelFrom=%s",
292 cur->seinfo, cur->name, cur->sebool, cur->domain,
339 const char *seinfo,
388 if (cur->seinfo) {
389 if (!seinfo || strcasecmp(seinfo, cur->seinfo))
462 "%s: No match for app with uid %d, seinfo %s, name %s\n",
463 __FUNCTION__, uid, seinfo, pkgname);
478 const char *seinfo,
500 rc = seapp_context_lookup(SEAPP_TYPE, uid, 0, seinfo, pkgname, ctx);
545 const char *seinfo,
566 rc = seapp_context_lookup(SEAPP_DOMAIN, uid, isSystemServer, seinfo, pkgname, ctx);
599 "%s: Error setting context for app with uid %d, seinfo %s: %s\n",
600 __FUNCTION__, uid, seinfo, strerror(errno));