Searched refs:TTY_SECURE (Results 1 – 7 of 7) sorted by relevance
58 #define TTY_SECURE 0x02 /* allow uid of 0 to login */ macro
101 (ty->ty_status & TTY_SECURE) != 0) in pam_sm_acct_mgmt()
137 tty.ty_status |= TTY_SECURE; in getttyent()
127 return ((t = getttynam(ttyn)) && t->ty_status & TTY_SECURE); in rootterm()
672 return ((t = getttynam(ttyn)) && t->ty_status & TTY_SECURE);
465 return ((t = getttynam(ttyn)) && t->ty_status & TTY_SECURE); in rootterm()
698 & TTY_SECURE) == 0) && pp && *pp->pw_passwd != '\0') { in single_user()