dtrx: sandbox with bunpen

This commit is contained in:
2024-09-03 14:04:41 +00:00
parent 7d9b2cb224
commit 88263695d3

View File

@@ -9,7 +9,7 @@
# build without rpm support, since `rpm` package doesn't cross-compile. # build without rpm support, since `rpm` package doesn't cross-compile.
rpm = null; rpm = null;
}; };
sandbox.method = "bwrap"; sandbox.method = "bunpen";
sandbox.whitelistPwd = true; sandbox.whitelistPwd = true;
sandbox.autodetectCliPaths = "existing"; #< for the archive sandbox.autodetectCliPaths = "existing"; #< for the archive
}; };