From b1add5860bc5ad5fc0c29068b10acdbbdf418b19 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Boric Date: Sat, 7 Aug 2021 14:03:19 +0200 Subject: [PATCH] Base: Make /bin/Shell the login shell by default --- Base/etc/passwd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Base/etc/passwd b/Base/etc/passwd index 97e84869fb..fd0d9904ad 100644 --- a/Base/etc/passwd +++ b/Base/etc/passwd @@ -1,6 +1,6 @@ -root::0:0:root:/root:/bin/sh +root::0:0:root:/root:/bin/Shell lookup:!:10:10:LookupServer,,,:/:/bin/false window:!:13:13:WindowServer,,,:/:/bin/false sshd:!:19:19:OpenSSH privsep,,,:/:/bin/false -anon:!:100:100:Anonymous,,,:/home/anon:/bin/sh -nona:!:200:200:Nona,,,:/home/nona:/bin/sh +anon:!:100:100:Anonymous,,,:/home/anon:/bin/Shell +nona:!:200:200:Nona,,,:/home/nona:/bin/Shell