Home
last modified time | relevance | path

Searched refs:TTY_SECURE (Results 1 – 5 of 5) sorted by relevance

/freebsd/include/
H A Dttyent.h54 #define TTY_SECURE 0x02 /* allow uid of 0 to login */ macro
/freebsd/lib/libc/gen/
H A Dgetttyent.c185 tty.ty_status |= TTY_SECURE; in getttyent()
187 tty.ty_status &= ~TTY_SECURE; in getttyent()
/freebsd/lib/libpam/modules/pam_securetty/
H A Dpam_securetty.c88 (ty->ty_status & TTY_SECURE) != 0) in pam_sm_acct_mgmt()
/freebsd/contrib/telnet/libtelnet/
H A Dsra.c427 return ((t = getttynam(ttyn)) && t->ty_status & TTY_SECURE); in rootterm()
/freebsd/sbin/init/
H A Dinit.c896 if (typ && (typ->ty_status & TTY_SECURE) == 0 && in single_user()