mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-21 20:15:17 +00:00
Base: Move user nona from group 200 into existing group users
It seems that group 200 never existed, and group 100=users always did:
90bab5ea71
This commit is contained in:
parent
ac104f7845
commit
2a051738ca
Notes:
sideshowbarker
2024-07-17 06:09:44 +09:00
Author: https://github.com/BenWiederhake Commit: https://github.com/SerenityOS/serenity/commit/2a051738ca Pull-request: https://github.com/SerenityOS/serenity/pull/18933 Reviewed-by: https://github.com/caoimhebyrne ✅
2 changed files with 2 additions and 2 deletions
|
@ -3,4 +3,4 @@ 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/Shell
|
||||
nona:!:200:200:Nona,,,:/home/nona:/bin/Shell
|
||||
nona:!:200:100:Nona,,,:/home/nona:/bin/Shell
|
||||
|
|
|
@ -191,7 +191,7 @@ chmod 700 mnt/root
|
|||
chmod 700 mnt/home/anon
|
||||
chmod 700 mnt/home/nona
|
||||
chown -R 100:100 mnt/home/anon
|
||||
chown -R 200:200 mnt/home/nona
|
||||
chown -R 200:100 mnt/home/nona
|
||||
echo "done"
|
||||
|
||||
printf "adding some desktop icons... "
|
||||
|
|
Loading…
Add table
Reference in a new issue