From 2155fae6d3736643bcabceae1f9c95db4435b1bc Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Sat, 4 Oct 2025 21:37:37 +0200 Subject: [PATCH] =?utf8?q?claude-sysext:=20sudo=20=E2=86=92=20run0?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- claude-sysext | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/claude-sysext b/claude-sysext index a408f66..9d68c6a 100755 --- a/claude-sysext +++ b/claude-sysext @@ -46,7 +46,7 @@ else fi if systemd-detect-virt --quiet --container; then - flatpak-spawn --host sudo -S "$0" "$arg" + flatpak-spawn --host run0 "$0" "$arg" else - sudo "$0" "$arg" + run0 "$0" "$arg" fi -- 2.47.3