From 278dd15eac6aa42801917278bc559e002dbfa784 Mon Sep 17 00:00:00 2001 From: Ralph Ronnquist Date: Sun, 27 Mar 2022 10:08:55 +1100 Subject: [PATCH] also unshare ipc and utc on boot --- overlay-boot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overlay-boot b/overlay-boot index 0db05aa..e94620e 100755 --- a/overlay-boot +++ b/overlay-boot @@ -60,7 +60,7 @@ exithandler() { } trap "exithandler" 0 -CMD="unshare -fp --mount-proc ip netns exec $NAME chroot $LIVE /bin/sh" +CMD="unshare -fp --mount-proc -i -u ip netns exec $NAME chroot $LIVE /bin/sh" echo "$CMD" config RAM_SIZE 50M -- 2.39.2