Home | History | Annotate | Download | only in src

Lines Matching refs:isOwner

168 	bool isOwner;
207 /* Give precedence to a specified isOwner= over an unspecified isOwner=. */
267 * We already compared isSystemServer, isOwnerSet, and isOwner above.
386 } else if (!strcasecmp(name, "isOwner")) {
389 cur->isOwner = true;
391 cur->isOwner = false;
539 selinux_log(SELINUX_INFO, "%s: isSystemServer=%s isOwner=%s user=%s seinfo=%s name=%s path=%s -> domain=%s type=%s level=%s levelFrom=%s",
542 cur->isOwnerSet ? (cur->isOwner ? "true" : "false") : "null",
598 bool isOwner;
609 isOwner = (userid == 0);
637 if (cur->isOwnerSet && cur->isOwner != isOwner)