Home
last modified time | relevance | path

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

/freebsd/lib/libutil/
H A Dlogin_cap.h50 #define LOGIN_SETALL 0x07ff /* set everything */ macro
/freebsd/libexec/atrun/
H A Datrun.c314 if (setusercontext(NULL, pentry, uid, LOGIN_SETALL & in run_file()
361 if (setusercontext(NULL, pentry, uid, LOGIN_SETALL) != 0) in run_file()
/freebsd/usr.bin/calendar/
H A Dcalendar.c214 LOGIN_SETALL & ~LOGIN_SETLOGIN) != 0) in main()
/freebsd/usr.sbin/jexec/
H A Djexec.c138 ? LOGIN_SETALL & ~LOGIN_SETGROUP & ~LOGIN_SETLOGIN in main()
/freebsd/usr.sbin/cron/cron/
H A Dpopen.c158 LOGIN_SETALL & ~(LOGIN_SETPATH|LOGIN_SETENV)) == 0) in cron_popen()
H A Ddo_command.c385 LOGIN_SETALL) == 0) in child_process()
/freebsd/usr.bin/su/
H A Dsu.c479 setwhat = LOGIN_SETALL & ~(LOGIN_SETENV | LOGIN_SETUMASK | in main()
/freebsd/usr.sbin/daemon/
H A Ddaemon.c671 if (setusercontext(NULL, pw, pw->pw_uid, LOGIN_SETALL) != 0) {
/freebsd/usr.bin/login/
H A Dlogin.c593 LOGIN_SETALL & ~(LOGIN_SETLOGIN|LOGIN_SETGROUP)) != 0) { in main()
/freebsd/contrib/unbound/daemon/
H A Dunbound.c612 LOGIN_SETALL & ~LOGIN_SETUSER & ~LOGIN_SETGROUP) != 0) in perform_setup()
/freebsd/libexec/ftpd/
H A Dftpd.c
/freebsd/usr.sbin/jail/
H A Dcommand.c796 ? LOGIN_SETALL & ~LOGIN_SETGROUP & ~LOGIN_SETLOGIN in run_command()
/freebsd/usr.sbin/inetd/
H A Dinetd.c836 LOGIN_SETALL & ~LOGIN_SETMAC) in main()
/freebsd/crypto/openssh/
H A Dsession.c1374 (LOGIN_SETALL & ~(LOGIN_SETENV|LOGIN_SETPATH|LOGIN_SETUSER))) < 0) { in do_setusercontext()