pkill: sandbox with bunpen

This commit is contained in:
2024-09-03 14:12:36 +00:00
parent 94a261280b
commit fc5a1c7d5e

View File

@@ -2,7 +2,8 @@
{
sane.programs.pkill = {
packageUnwrapped = pkgs.linkBinIntoOwnPackage pkgs.procps "pkill";
sandbox.method = "bwrap";
sandbox.method = "bunpen";
sandbox.isolatePids = false;
sandbox.extraPaths = [ "/proc" ];
};
}