mirror of
https://github.com/RGBCube/serenity
synced 2026-01-16 03:50:59 +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" :^) |
||
|---|---|---|
| .. | ||
| etc | ||
| home/anon | ||
| res | ||
| usr | ||
| www | ||