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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dprivlib.c75 static const char *effective = PRIV_EFFECTIVE; variable
444 * tests the existence of a privilege against the effective set.
457 if (getppriv(effective, curset) != 0 ||
519 (void) setppriv(PRIV_SET, effective, perm);
661 if ((r = setppriv(PRIV_SET, effective, tmpset)) != 0)
692 * Toggle privileges on/off in the effective set.
705 return (setppriv(op, effective, bracketpriv));

Completed in 87 milliseconds