Searched refs:LOGIN_SETALL (Results 1 – 14 of 14) sorted by relevance
| /freebsd-14-stable/lib/libutil/ |
| HD | login_cap.h | 50 #define LOGIN_SETALL 0x07ff /* set everything */ macro
|
| /freebsd-14-stable/libexec/atrun/ |
| HD | atrun.c | 314 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/ |
| HD | jexec.c | 130 ? LOGIN_SETALL & ~LOGIN_SETGROUP & ~LOGIN_SETLOGIN in main()
|
| /freebsd-14-stable/usr.bin/calendar/ |
| HD | calendar.c | 227 LOGIN_SETALL & ~LOGIN_SETLOGIN) != 0) in main()
|
| /freebsd-14-stable/usr.sbin/cron/cron/ |
| HD | popen.c | 159 LOGIN_SETALL & ~(LOGIN_SETPATH|LOGIN_SETENV)) == 0) in cron_popen()
|
| HD | do_command.c | 288 LOGIN_SETALL) == 0) in child_process()
|
| /freebsd-14-stable/usr.bin/su/ |
| HD | su.c | 492 setwhat = LOGIN_SETALL & ~(LOGIN_SETENV | LOGIN_SETUMASK | in main()
|
| /freebsd-14-stable/usr.sbin/daemon/ |
| HD | daemon.c | 629 if (setusercontext(NULL, pw, pw->pw_uid, LOGIN_SETALL) != 0) { in restrict_process()
|
| /freebsd-14-stable/contrib/unbound/daemon/ |
| HD | unbound.c | 585 LOGIN_SETALL & ~LOGIN_SETUSER & ~LOGIN_SETGROUP) != 0) in perform_setup()
|
| /freebsd-14-stable/usr.bin/login/ |
| HD | login.c | 599 LOGIN_SETALL & ~(LOGIN_SETLOGIN|LOGIN_SETGROUP)) != 0) { in main()
|
| /freebsd-14-stable/libexec/ftpd/ |
| HD | ftpd.c | 1172 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/ |
| HD | command.c | 756 ? LOGIN_SETALL & ~LOGIN_SETGROUP & ~LOGIN_SETLOGIN in run_command()
|
| /freebsd-14-stable/crypto/openssh/ |
| HD | session.c | 1374 (LOGIN_SETALL & ~(LOGIN_SETENV|LOGIN_SETPATH|LOGIN_SETUSER))) < 0) { in do_setusercontext()
|
| /freebsd-14-stable/usr.sbin/inetd/ |
| HD | inetd.c | 848 LOGIN_SETALL & ~LOGIN_SETMAC) in main()
|