Home
last modified time | relevance | path

Searched refs:LOGIN_SETALL (Results 1 – 14 of 14) sorted by relevance

/freebsd-14-stable/lib/libutil/
HDlogin_cap.h50 #define LOGIN_SETALL 0x07ff /* set everything */ macro
/freebsd-14-stable/libexec/atrun/
HDatrun.c314 if (setusercontext(NULL, pentry, uid, LOGIN_SETALL & in run_file()
361 if (setusercontext(NULL, pentry, uid, LOGIN_SETALL) != 0) in run_file()
/freebsd-14-stable/usr.sbin/jexec/
HDjexec.c130 ? LOGIN_SETALL & ~LOGIN_SETGROUP & ~LOGIN_SETLOGIN in main()
/freebsd-14-stable/usr.bin/calendar/
HDcalendar.c227 LOGIN_SETALL & ~LOGIN_SETLOGIN) != 0) in main()
/freebsd-14-stable/usr.sbin/cron/cron/
HDpopen.c159 LOGIN_SETALL & ~(LOGIN_SETPATH|LOGIN_SETENV)) == 0) in cron_popen()
HDdo_command.c288 LOGIN_SETALL) == 0) in child_process()
/freebsd-14-stable/usr.bin/su/
HDsu.c492 setwhat = LOGIN_SETALL & ~(LOGIN_SETENV | LOGIN_SETUMASK | in main()
/freebsd-14-stable/usr.sbin/daemon/
HDdaemon.c629 if (setusercontext(NULL, pw, pw->pw_uid, LOGIN_SETALL) != 0) { in restrict_process()
/freebsd-14-stable/contrib/unbound/daemon/
HDunbound.c585 LOGIN_SETALL & ~LOGIN_SETUSER & ~LOGIN_SETGROUP) != 0) in perform_setup()
/freebsd-14-stable/usr.bin/login/
HDlogin.c599 LOGIN_SETALL & ~(LOGIN_SETLOGIN|LOGIN_SETGROUP)) != 0) { in main()
/freebsd-14-stable/libexec/ftpd/
HDftpd.c1172 setusercontext(NULL, getpwuid(0), 0, LOGIN_SETALL & ~(LOGIN_SETLOGIN | in end_login()
1444 setusercontext(lc, pw, 0, LOGIN_SETALL & in pass()
2750 setusercontext(NULL, getpwuid(0), 0, LOGIN_SETALL & ~(LOGIN_SETLOGIN | in dologout()
/freebsd-14-stable/usr.sbin/jail/
HDcommand.c756 ? LOGIN_SETALL & ~LOGIN_SETGROUP & ~LOGIN_SETLOGIN in run_command()
/freebsd-14-stable/crypto/openssh/
HDsession.c1374 (LOGIN_SETALL & ~(LOGIN_SETENV|LOGIN_SETPATH|LOGIN_SETUSER))) < 0) { in do_setusercontext()
/freebsd-14-stable/usr.sbin/inetd/
HDinetd.c848 LOGIN_SETALL & ~LOGIN_SETMAC) in main()