commit f109c48355cc1bd80e850c21aaa077ac7938be32
parent ae79ed2bb0c3a21275afb441386b728225725512
Author: Jan Pobrislo <ccx@te2000.cz>
Date: Wed, 30 Apr 2025 00:36:39 +0000
Make syd-lock verbose
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/command/pthbs-setup-gen.awk b/command/pthbs-setup-gen.awk
@@ -98,6 +98,7 @@ function sandbox( s) {
return sandbox_ns_common("--mode=userns")
} else if(sandbox_mode == "landlock") {
s = length(ENVIRON["sandbox_cmd"]) ? ENVIRON["sandbox_cmd"] : "syd-lock"
+ s = s" -v"
# R/O dirs
s = s" -r "q("/bin")
s = s" -r "q(dirname(ENVIRON["envdir"]))