blast-ugjka: sandbox with bunpen

This commit is contained in:
2024-09-06 03:52:36 +00:00
parent 31d475bf88
commit cc90183ca2

View File

@@ -24,7 +24,7 @@ let
in
{
sane.programs.blast-ugjka = {
sandbox.method = "bwrap";
sandbox.method = "bunpen";
sandbox.whitelistAudio = true;
sandbox.net = "clearnet";
};
@@ -36,12 +36,13 @@ in
pkgs = [ "blast-ugjka" ];
srcRoot = ./.;
};
sandbox.method = "bwrap";
sandbox.method = "bunpen";
sandbox.whitelistAudio = true;
sandbox.net = "clearnet";
#v else it fails to reap its children (or, maybe, it fails to hook its parent's death signal?)
#v might be possible to remove this, but kinda hard to see a clean way.
sandbox.isolatePids = false;
sandbox.extraPaths = [ "/proc" ]; #< for isolatePids
suggestedPrograms = [ "blast-ugjka" "sane-die-with-parent" ];
};