pidof: sandbox with bunpen

This commit is contained in:
2024-09-03 12:40:22 +00:00
parent 3712eaf869
commit 471f453321

View File

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