Home
last modified time | relevance | path

Searched refs:LOGIN_SETUSER (Results 1 – 3 of 3) sorted by relevance

/dragonfly/lib/libutil/
H A Dlogin_cap.h48 #define LOGIN_SETUSER 0x0040 /* set user (via setuid) */ macro
H A Dlogin_class.c392 if ((flags & LOGIN_SETUSER) && setuid(uid) != 0) { in setusercontext()
/dragonfly/crypto/openssh/
H A Dsession.c1367 (LOGIN_SETALL & ~(LOGIN_SETPATH|LOGIN_SETUSER))) < 0) { in do_setusercontext()
1406 if (setusercontext(lc, pw, pw->pw_uid, LOGIN_SETUSER) < 0) { in do_setusercontext()