diff options
author | Andreas Kling <kling@serenityos.org> | 2021-01-21 11:34:46 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-01-21 11:35:32 +0100 |
commit | 47a4a5ac1d3631a3df0a2b9f8c242b2decec826a (patch) | |
tree | 864431c315f13c034b11c1475bb5baf2a81cbd9f /Base/etc/shadow | |
parent | 3b80358142133edfb9060a360bbbec96a562f926 (diff) | |
download | serenity-47a4a5ac1d3631a3df0a2b9f8c242b2decec826a.zip |
Base: Add root to the /etc/shadow file
The password is still empty by default, but being present in the shadow
file is now a requirement for authentication.
Diffstat (limited to 'Base/etc/shadow')
-rw-r--r-- | Base/etc/shadow | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Base/etc/shadow b/Base/etc/shadow index 947ab79d3b..2a96727ce7 100644 --- a/Base/etc/shadow +++ b/Base/etc/shadow @@ -1 +1,2 @@ +root: anon:$5$zFiQBeTD88m/mhbU$ecHDSdRd5yNV45BzIRXwtRpxJtMpVI5twjRRXO8X03Q= |