From 7473c15f5218d0a7cb116cab93846efca3a8ceb5 Mon Sep 17 00:00:00 2001 From: pptx704 Date: Wed, 25 Mar 2026 19:45:57 +0600 Subject: [PATCH] Bugfix: cgroup2 related error inside the sandbox --- images/wrenn-init.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/images/wrenn-init.sh b/images/wrenn-init.sh index bec7731..32285ea 100644 --- a/images/wrenn-init.sh +++ b/images/wrenn-init.sh @@ -15,6 +15,7 @@ mount -t tmpfs tmpfs /tmp 2>/dev/null || true mount -t tmpfs tmpfs /run 2>/dev/null || true mkdir -p /sys/fs/cgroup mount -t cgroup2 cgroup2 /sys/fs/cgroup 2>/dev/null || true +echo "+cpu +memory +io" > /sys/fs/cgroup/cgroup.subtree_control 2>/dev/null || true # Set hostname hostname sandbox