Searched defs:eph_nobody (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dcred.c78 cred_t *eph_nobody; member in struct:ephemeral_zsd
131 eph_zsd->eph_nobody = crdup(zone->zone_kcred);
132 (void) crsetugid(eph_zsd->eph_nobody, UID_NOBODY, GID_NOBODY);
133 CR_FLAGS(eph_zsd->eph_nobody) = 0;
134 eph_zsd->eph_nobody->cr_zone = zone;
155 crfree(eph_zsd->eph_nobody);
1317 return (eph_zsd->eph_nobody);
1322 return (eph_zsd->eph_nobody);

Completed in 185 milliseconds