Home
last modified time | relevance | path

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

/dragonfly/lib/libutil/
H A Dlogin_class.c267 LOGIN_SETUMASK | LOGIN_SETPATH; in setclasscontext()
292 if (flags & LOGIN_SETPATH) in setlogincontext()
330 if (flags & LOGIN_SETPATH) in setusercontext()
H A Dlogin_cap.h44 #define LOGIN_SETPATH 0x0004 /* set path */ macro
/dragonfly/usr.bin/su/
H A Dsu.c481 LOGIN_SETLOGIN | LOGIN_SETPATH | LOGIN_SETGROUP); in main()
528 LOGIN_SETPATH | LOGIN_SETUMASK | in main()
/dragonfly/usr.sbin/cron/cron/
H A Dpopen.c161 LOGIN_SETALL & ~(LOGIN_SETPATH|LOGIN_SETENV)) == 0) in cron_popen()
H A Ddo_command.c277 LOGIN_SETALL & ~(LOGIN_SETPATH|LOGIN_SETENV)) == 0) in child_process()
/dragonfly/usr.bin/newgrp/
H A Dnewgrp.c279 LOGIN_SETPATH|LOGIN_SETUMASK|LOGIN_SETENV); in loginshell()
/dragonfly/libexec/atrun/
H A Datrun.c308 ~(LOGIN_SETPRIORITY | LOGIN_SETPATH | LOGIN_SETENV)) != 0) in run_file()
/dragonfly/crypto/openssh/
H A Dsession.c1031 if (setusercontext(lc, pw, pw->pw_uid, LOGIN_SETPATH) < 0) in do_setup_env()
1367 (LOGIN_SETALL & ~(LOGIN_SETPATH|LOGIN_SETUSER))) < 0) { in do_setusercontext()