Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ auth_ttyok
Function
auth_ttyok
tools/libutil/login_ok.c:162–166 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
160
*/
161
162
int
163
auth_ttyok(login_cap_t *lc, const char * tty)
164
{
165
return login_ttyok(lc, tty,
"ttys.allow"
,
"ttys.deny"
);
166
}
167
168
169
/*
Callers
nothing calls this directly
Calls
1
login_ttyok
Function · 0.85
Tested by
no test coverage detected