pkill: sandbox with bunpen
This commit is contained in:
@@ -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" ];
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user