Home
last modified time | relevance | path

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

/freebsd/lib/libutil/
H A Dlogin_cap.h45 #define LOGIN_SETUSER 0x0040 /* set user (via setuid) */ macro
H A Dlogin_class.c620 if ((flags & LOGIN_SETUSER) && setuid(uid) != 0) { in setusercontext()
/freebsd/contrib/unbound/daemon/
H A Dunbound.c612 LOGIN_SETALL & ~LOGIN_SETUSER & ~LOGIN_SETGROUP) != 0) in perform_setup()
/freebsd/libexec/ftpd/
H A Dftpd.c
/freebsd/crypto/openssh/
H A Dsession.c1374 (LOGIN_SETALL & ~(LOGIN_SETENV|LOGIN_SETPATH|LOGIN_SETUSER))) < 0) { in do_setusercontext()
1413 if (setusercontext(lc, pw, pw->pw_uid, LOGIN_SETUSER) < 0) { in do_setusercontext()