Searched refs:LOGIN_SETALL (Results 1 – 15 of 15) sorted by relevance
| /freebsd/lib/libutil/ |
| H A D | login_cap.h | 50 #define LOGIN_SETALL 0x07ff /* set everything */ macro
|
| /freebsd/libexec/atrun/ |
| H A D | 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/usr.bin/calendar/ |
| H A D | calendar.c | 214 LOGIN_SETALL & ~LOGIN_SETLOGIN) != 0) in main()
|
| /freebsd/usr.sbin/jexec/ |
| H A D | jexec.c | 138 ? LOGIN_SETALL & ~LOGIN_SETGROUP & ~LOGIN_SETLOGIN in main()
|
| /freebsd/usr.sbin/cron/cron/ |
| H A D | popen.c | 158 LOGIN_SETALL & ~(LOGIN_SETPATH|LOGIN_SETENV)) == 0) in cron_popen()
|
| H A D | do_command.c | 385 LOGIN_SETALL) == 0) in child_process()
|
| /freebsd/usr.bin/su/ |
| H A D | su.c | 479 setwhat = LOGIN_SETALL & ~(LOGIN_SETENV | LOGIN_SETUMASK | in main()
|
| /freebsd/usr.sbin/daemon/ |
| H A D | daemon.c | 672 if (setusercontext(NULL, pw, pw->pw_uid, LOGIN_SETALL) != 0) { in restrict_process()
|
| /freebsd/contrib/unbound/daemon/ |
| H A D | unbound.c | 612 LOGIN_SETALL & ~LOGIN_SETUSER & ~LOGIN_SETGROUP) != 0) in perform_setup()
|
| /freebsd/usr.bin/login/ |
| H A D | login.c | 593 LOGIN_SETALL & ~(LOGIN_SETLOGIN|LOGIN_SETGROUP)) != 0) { in main()
|
| /freebsd/libexec/ftpd/ |
| H A D | ftpd.c | |
| /freebsd/usr.sbin/jail/ |
| H A D | command.c | 796 ? LOGIN_SETALL & ~LOGIN_SETGROUP & ~LOGIN_SETLOGIN in run_command()
|
| /freebsd/usr.sbin/inetd/ |
| H A D | inetd.c | 836 LOGIN_SETALL & ~LOGIN_SETMAC) in main()
|
| /freebsd/crypto/openssh/ |
| H A D | session.c | 1343 (LOGIN_SETALL & ~(LOGIN_SETENV|LOGIN_SETPATH|LOGIN_SETUSER))) < 0) { in do_setusercontext()
|
| H A D | ChangeLog | 2142 Currently setusercontext(LOGIN_SETALL) does create the directory in 2143 /tmp/run/user, since LOGIN_SETXDGENV is part of LOGIN_SETALL, but the
|