commit 1f3ad9f6036fe2fa2cf1444ce1fc976ae65c27c4
parent 75954baea135500756d2d646ed02de06b45bce66
Author: ccx <ccx@te2000.cz>
Date: Mon, 1 Apr 2024 21:26:32 +0000
Script continuation in netns
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/zsh-functions/confz_site_containers_init b/zsh-functions/confz_site_containers_init
@@ -86,11 +86,12 @@ confz_site_containers_user_check() {
done
local -a netns=(
- "#!$(which execlineb) -P"
+ "#!$(which execlineb) -S0"
'unshare -n # make new network namespace'
'if { ip addr add 127.0.0.1/8 dev lo }'
'if { ip addr add ::1/128 dev lo }'
'if { ip link set lo up }'
+ '$@'
)
local -a mount_usb_devices=(