From 2a051738ca3aacfb1376fb0452235e290238e5bb Mon Sep 17 00:00:00 2001 From: Ben Wiederhake Date: Sat, 20 May 2023 11:03:08 +0200 Subject: [PATCH] Base: Move user nona from group 200 into existing group users It seems that group 200 never existed, and group 100=users always did: 90bab5ea717682d819609e9238ab6785a450b696 --- Base/etc/passwd | 2 +- Meta/build-root-filesystem.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Base/etc/passwd b/Base/etc/passwd index fd0d9904ad2..a1a7a5597fe 100644 --- a/Base/etc/passwd +++ b/Base/etc/passwd @@ -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 diff --git a/Meta/build-root-filesystem.sh b/Meta/build-root-filesystem.sh index a01de58fa98..b9528939a04 100755 --- a/Meta/build-root-filesystem.sh +++ b/Meta/build-root-filesystem.sh @@ -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... "