From 8d2a7eb85dfc6a3b7e9d9198589d7a6c2b89aad5 Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Sun, 28 Jun 2026 18:48:23 +0100 Subject: [PATCH] Make /lib64 mount optional This path does not exist on ARM-based architectures, all necessary system libraries should be present in /lib and removing this mount entirely works fine on ARM architectures. Adding the "mandatory: false" will still generate a warning on ARM systems (where the path does not exist) but will not fail the nsjail process. --- config/snekbox.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/config/snekbox.cfg b/config/snekbox.cfg index 5458bb38..c4187781 100644 --- a/config/snekbox.cfg +++ b/config/snekbox.cfg @@ -65,6 +65,7 @@ mount { dst: "/lib64" is_bind: true rw: false + mandatory: false } mount {