From 2685078c20d1501e6160e572a35917629f7e1cee Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Tue, 26 Nov 2019 13:45:38 +0100 Subject: [rootfs-stage32] Force nobody uid and gid --- core/rootfs/rootfs-stage32/module.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/rootfs/rootfs-stage32/module.build b/core/rootfs/rootfs-stage32/module.build index 8f98fc6d..73ce651b 100644 --- a/core/rootfs/rootfs-stage32/module.build +++ b/core/rootfs/rootfs-stage32/module.build @@ -102,8 +102,8 @@ post_copy() { # quick fix for missing group in /etc/group add_group "lock" - add_group "nogroup" - add_user "nobody" + add_group "nogroup" 65534 + USERID=65534 GROUPID=65534 add_user "nobody" # setup root account PASSWORD= USER=root add_user -- cgit v1.2.3-55-g7522