mrrl-containers

MRRL version of container scripts
git clone https://ccx.te2000.cz/git/mrrl-containers
Log | Files | Refs

commit e13d190fba1e81e4ae3b3262b33ddfa6ea82fc95
parent 9a17b517ad25e478476955987a4981f7a35cec58
Author: ccx <ccx@te2000.cz>
Date:   Tue, 23 Jul 2024 07:20:00 +0000

Use empty blocks again, issue fixed with latest skaware

Diffstat:
Msbin/container_sysroot_run | 2+-
Msbin/ns_run | 2+-
Mservice_scripts/sysroot/run | 2+-
3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sbin/container_sysroot_run b/sbin/container_sysroot_run @@ -50,6 +50,6 @@ env emptyenv -c export NS_NO_PID1 1 pidns_run -ns_run_unshared data/root { true } +ns_run_unshared data/root { } /mnt/ns/bin/s6-applyuidgid -U $@ diff --git a/sbin/ns_run b/sbin/ns_run @@ -29,4 +29,4 @@ ifelse { eltest -v NS_EXTRA } importas -i -u NS_EXTRA NS_EXTRA ns_run_unshared $1 { execlineb -c $NS_EXTRA } $@ } -ns_run_unshared $1 { true } $@ +ns_run_unshared $1 { } $@ diff --git a/service_scripts/sysroot/run b/service_scripts/sysroot/run @@ -54,7 +54,7 @@ env NS_EXTRA="if { mount -o bind,ro /etc/passwd etc/passwd } if { mount -o bind,ro /etc/group etc/group }" emptyenv -c -ns_run_unshared data/root { true } +ns_run_unshared data/root { } /mnt/ns/bin/s6-applyuidgid -U env HOME=/root /run/init