Searched refs:LOGIN_SETPATH (Results 1 - 7 of 7) sorted by relevance

/netbsd-6-1-5-RELEASE/include/
H A Dlogin_cap.h47 #define LOGIN_SETPATH 0x0004 /* Set path */ macro
/netbsd-6-1-5-RELEASE/usr.bin/newgrp/
H A Dnewgrp.c168 if (setusercontext(lc, pwd, uid, LOGIN_SETENV | LOGIN_SETPATH) == -1)
/netbsd-6-1-5-RELEASE/usr.bin/su/
H A Dsu_pam.c479 if (setusercontext(lc, pwd, pwd->pw_uid, LOGIN_SETPATH |
531 LOGIN_SETLOGIN | LOGIN_SETPATH | LOGIN_SETGROUP);
H A Dsu.c358 LOGIN_SETPATH) == -1)
/netbsd-6-1-5-RELEASE/usr.bin/login/
H A Dlogin.c575 (LOGIN_SETALL & ~(LOGIN_SETPATH|LOGIN_SETLOGIN))) != 0) {
622 setusercontext(lc, pwd, pwd->pw_uid, LOGIN_SETPATH);
/netbsd-6-1-5-RELEASE/lib/libutil/
H A Dlogin_cap.c550 LOGIN_SETPATH;
712 if (flags & LOGIN_SETPATH)
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssh/dist/
H A Dsession.c1141 if (setusercontext(lc, pw, pw->pw_uid, LOGIN_SETPATH) < 0)
1417 (LOGIN_SETALL & ~(LOGIN_SETPATH|LOGIN_SETUSER))) < 0) {

Completed in 125 milliseconds