Home
last modified time | relevance | path

Searched refs:LOGIN_SETPATH (Results 1 – 6 of 6) sorted by relevance

/minix/include/
H A Dlogin_cap.h47 #define LOGIN_SETPATH 0x0004 /* Set path */ macro
/minix/usr.bin/newgrp/
H A Dnewgrp.c168 if (setusercontext(lc, pwd, uid, LOGIN_SETENV | LOGIN_SETPATH) == -1) in main()
/minix/usr.bin/su/
H A Dsu_pam.c491 if (setusercontext(lc, pwd, pwd->pw_uid, LOGIN_SETPATH | in main()
541 LOGIN_SETLOGIN | LOGIN_SETPATH | LOGIN_SETGROUP); in main()
H A Dsu.c363 LOGIN_SETPATH) == -1) in main()
/minix/usr.bin/login/
H A Dlogin.c583 (LOGIN_SETALL & ~(LOGIN_SETPATH|LOGIN_SETLOGIN))) != 0) { in main()
632 setusercontext(lc, pwd, pwd->pw_uid, LOGIN_SETPATH); in main()
/minix/lib/libutil/
H A Dlogin_cap.c552 LOGIN_SETPATH; in setclasscontext()
716 if (flags & LOGIN_SETPATH) in setusercontext()