mirror of
https://github.com/RGBCube/serenity
synced 2026-01-17 06:01:00 +00:00
This patch moves the user account password hashes from /etc/passwd, where they were world-readable, to /etc/shadow, where only root can access them. The Core::Account class is extended to support both authentication against, and modification of /etc/shadow. The default password for "anon" as of this commit is "foo" :^) |
||
|---|---|---|
| .. | ||
| WindowServer | ||
| ca_certs.ini | ||
| FileIconProvider.ini | ||
| fstab | ||
| group | ||
| hosts | ||
| LookupServer.ini | ||
| motd | ||
| passwd | ||
| protocols | ||
| services | ||
| shadow | ||
| shellrc | ||
| SystemServer.ini | ||