mrrl-containers

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

commit 7747aaf4277539ea664b2b7bc0bea71047d2efc1
parent 066a430ec537775a1df9b30805dce551d78258c0
Author: Jan Pobrislo <ccx@te2000.cz>
Date:   Tue,  6 May 2025 12:38:10 +0000

Print out seccomp profile on start

Diffstat:
Mservice_scripts/generic/run | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/service_scripts/generic/run b/service_scripts/generic/run @@ -58,6 +58,11 @@ if { } } +foreground { printf "Seccomp profile to be used: } +foreground { + ls -lhA /mnt/ns/bin/seccomp-${CONTAINER_SECCOMP_PROFILE}.bpf +} + emptyenv -c ns_run_unshared data/root { # pre pivot-root commands