Base: Make /bin/Shell the login shell by default
This commit is contained in:
parent
62cd3af5a0
commit
b1add5860b
Notes:
sideshowbarker
2024-07-18 07:05:22 +09:00
Author: https://github.com/boricj Commit: https://github.com/SerenityOS/serenity/commit/b1add5860bc Pull-request: https://github.com/SerenityOS/serenity/pull/9345
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue