From 06a26e7deedeeee5f003f686b724082176ee67c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Thu, 15 Jan 2026 17:09:43 +0100 Subject: [PATCH] munix: add -- before command args to prevent option parsing muvm was interpreting command arguments like '-c' (from /bin/sh -c) as its own options. Adding '--' separates muvm options from the command and its arguments. --- munix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/munix b/munix index 3921ca9..d10e091 100755 --- a/munix +++ b/munix @@ -205,5 +205,5 @@ bwrap --unshare-all --share-net \ -e container=munix \ -e MICROVM_CLOSURE="$MICROVM_CLOSURE" \ -e MICROVM_UID="$MICROVM_UID" -e MICROVM_GID="$MICROVM_GID" \ - -i -t "${MICROVM_COMMAND[@]}" \ + -i -t -- "${MICROVM_COMMAND[@]}" \ 13< /etc/resolv.conf