HomeSort by: relevance | last modified time | path
    Searched refs:LOGIN_SETPATH (Results 1 - 7 of 7) sorted by relevancy

  /src/include/
login_cap.h 47 #define LOGIN_SETPATH 0x0004 /* Set path */
  /src/usr.bin/newgrp/
newgrp.c 168 if (setusercontext(lc, pwd, uid, LOGIN_SETENV | LOGIN_SETPATH) == -1)
  /src/usr.bin/su/
su_pam.c 492 if (setusercontext(lc, pwd, pwd->pw_uid, LOGIN_SETPATH |
542 LOGIN_SETLOGIN | LOGIN_SETPATH | LOGIN_SETGROUP);
su.c 365 LOGIN_SETPATH) == -1)
  /src/usr.bin/login/
login.c 583 (LOGIN_SETALL & ~(LOGIN_SETPATH|LOGIN_SETLOGIN))) != 0) {
630 setusercontext(lc, pwd, pwd->pw_uid, LOGIN_SETPATH);
  /src/lib/libutil/
login_cap.c 552 LOGIN_SETPATH;
714 if (flags & LOGIN_SETPATH)
  /src/crypto/external/bsd/openssh/dist/
session.c 863 if (setusercontext(lc, pw, pw->pw_uid, LOGIN_SETPATH) < 0)
1178 (LOGIN_SETALL & ~(LOGIN_SETPATH|LOGIN_SETUSER))) < 0) {

Completed in 21 milliseconds