Home
last modified time | relevance | path

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

/freebsd-13-stable/include/
HDttyent.h56 #define TTY_SECURE 0x02 /* allow uid of 0 to login */ macro
/freebsd-13-stable/lib/libc/gen/
HDgetttyent.c187 tty.ty_status |= TTY_SECURE; in getttyent()
189 tty.ty_status &= ~TTY_SECURE; in getttyent()
/freebsd-13-stable/lib/libpam/modules/pam_securetty/
HDpam_securetty.c89 (ty->ty_status & TTY_SECURE) != 0) in pam_sm_acct_mgmt()
/freebsd-13-stable/contrib/telnet/libtelnet/
HDsra.c439 return ((t = getttynam(ttyn)) && t->ty_status & TTY_SECURE); in rootterm()
/freebsd-13-stable/contrib/opie/
HDopielogin.c368 return (t->ty_status & TTY_SECURE);
/freebsd-13-stable/sbin/init/
HDinit.c904 if (typ && (typ->ty_status & TTY_SECURE) == 0 && in single_user()