Searched defs:passwd (Results 1 - 1 of 1) sorted by relevance

/lxc/src/lxc/
H A Dattach.c575 "passwd",
1299 struct passwd *passwd; local
1306 passwd = getpwuid(uid);
1311 * the information by spawning a [getent passwd uid] process and parsing
1314 if (!passwd)
1317 user_shell = passwd->pw_shell;
1322 /* Executed if either no passwd entry or execvp fails, we will fall back

Completed in 176 milliseconds