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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dnlspath_checks.c91 int trust_owner = 0; local
141 * If the owner is root or bin, set trust_owner.
144 trust_owner = 1;
169 * neither trust_owner nor trust_path is set,
175 (!abs_path || (!trust_owner && !trust_path) || !trust_group)) {
197 if (!systemdir || !trust_owner) {

Completed in 74 milliseconds