Searched refs:LOGIN_SETALL (Results 1 - 15 of 15) sorted by relevance

/freebsd-9.3-release/lib/libutil/
H A Dlogin_cap.h53 #define LOGIN_SETALL 0x07ff /* set everything */ macro
/freebsd-9.3-release/usr.sbin/jexec/
H A Djexec.c124 LOGIN_SETALL & ~LOGIN_SETGROUP & ~LOGIN_SETLOGIN) != 0)
/freebsd-9.3-release/usr.sbin/cron/cron/
H A Dpopen.c169 LOGIN_SETALL & ~(LOGIN_SETPATH|LOGIN_SETENV)) == 0)
H A Ddo_command.c285 LOGIN_SETALL & ~(LOGIN_SETPATH|LOGIN_SETENV)) == 0)
/freebsd-9.3-release/usr.sbin/daemon/
H A Ddaemon.c233 if (setusercontext(NULL, pw, pw->pw_uid, LOGIN_SETALL) != 0)
/freebsd-9.3-release/libexec/atrun/
H A Datrun.c315 if (setusercontext(NULL, pentry, uid, LOGIN_SETALL &
362 if (setusercontext(NULL, pentry, uid, LOGIN_SETALL) != 0)
/freebsd-9.3-release/libexec/rshd/
H A Drshd.c497 LOGIN_SETALL & ~LOGIN_SETGROUP) < 0) {
/freebsd-9.3-release/usr.bin/su/
H A Dsu.c490 setwhat = LOGIN_SETALL & ~(LOGIN_SETENV | LOGIN_SETUMASK |
/freebsd-9.3-release/usr.bin/login/
H A Dlogin.c606 LOGIN_SETALL & ~(LOGIN_SETLOGIN|LOGIN_SETGROUP)) != 0) {
/freebsd-9.3-release/release/picobsd/tinyware/login/
H A Dpico-login.c663 LOGIN_SETALL & ~(LOGIN_SETLOGIN|LOGIN_SETGROUP)) != 0) {
/freebsd-9.3-release/usr.sbin/jail/
H A Dcommand.c595 ? LOGIN_SETALL & ~LOGIN_SETGROUP & ~LOGIN_SETLOGIN
/freebsd-9.3-release/libexec/ftpd/
H A Dftpd.c1196 setusercontext(NULL, getpwuid(0), 0, LOGIN_SETALL & ~(LOGIN_SETLOGIN |
1470 setusercontext(lc, pw, 0, LOGIN_SETALL &
/freebsd-9.3-release/usr.sbin/inetd/
H A Dinetd.c843 LOGIN_SETALL & ~LOGIN_SETMAC)
/freebsd-9.3-release/contrib/lukemftpd/src/
H A Dftpd.c1266 setusercontext(NULL, getpwuid(0), 0, LOGIN_SETALL & ~(LOGIN_SETLOGIN |
1431 setusercontext(lc, pw, 0, LOGIN_SETALL &
/freebsd-9.3-release/crypto/openssh/
H A Dsession.c1552 (LOGIN_SETALL & ~(LOGIN_SETENV|LOGIN_SETPATH|LOGIN_SETUSER))) < 0) {

Completed in 215 milliseconds