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

/freebsd-10.1-release/lib/libutil/
H A Dlogin_cap.h53 #define LOGIN_SETALL 0x07ff /* set everything */ macro
/freebsd-10.1-release/usr.sbin/jexec/
H A Djexec.c124 LOGIN_SETALL & ~LOGIN_SETGROUP & ~LOGIN_SETLOGIN) != 0)
/freebsd-10.1-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-10.1-release/usr.sbin/daemon/
H A Ddaemon.c233 if (setusercontext(NULL, pw, pw->pw_uid, LOGIN_SETALL) != 0)
/freebsd-10.1-release/libexec/atrun/
H A Datrun.c316 if (setusercontext(NULL, pentry, uid, LOGIN_SETALL &
363 if (setusercontext(NULL, pentry, uid, LOGIN_SETALL) != 0)
/freebsd-10.1-release/libexec/rshd/
H A Drshd.c493 LOGIN_SETALL & ~LOGIN_SETGROUP) < 0) {
/freebsd-10.1-release/usr.bin/su/
H A Dsu.c492 setwhat = LOGIN_SETALL & ~(LOGIN_SETENV | LOGIN_SETUMASK |
/freebsd-10.1-release/contrib/unbound/daemon/
H A Dunbound.c531 LOGIN_SETALL & ~LOGIN_SETUSER & ~LOGIN_SETGROUP) != 0)
/freebsd-10.1-release/usr.bin/login/
H A Dlogin.c606 LOGIN_SETALL & ~(LOGIN_SETLOGIN|LOGIN_SETGROUP)) != 0) {
/freebsd-10.1-release/release/picobsd/tinyware/login/
H A Dpico-login.c661 LOGIN_SETALL & ~(LOGIN_SETLOGIN|LOGIN_SETGROUP)) != 0) {
/freebsd-10.1-release/usr.sbin/jail/
H A Dcommand.c672 ? LOGIN_SETALL & ~LOGIN_SETGROUP & ~LOGIN_SETLOGIN
/freebsd-10.1-release/libexec/ftpd/
H A Dftpd.c1192 setusercontext(NULL, getpwuid(0), 0, LOGIN_SETALL & ~(LOGIN_SETLOGIN |
1466 setusercontext(lc, pw, 0, LOGIN_SETALL &
/freebsd-10.1-release/usr.sbin/inetd/
H A Dinetd.c843 LOGIN_SETALL & ~LOGIN_SETMAC)
/freebsd-10.1-release/crypto/openssh/
H A Dsession.c1552 (LOGIN_SETALL & ~(LOGIN_SETENV|LOGIN_SETPATH|LOGIN_SETUSER))) < 0) {

Completed in 126 milliseconds