procps: sandbox with bunpen (note that i only use sub items of it though, like free and pidof)
This commit is contained in:
@@ -1011,8 +1011,9 @@ in
|
|||||||
];
|
];
|
||||||
|
|
||||||
# procps: free, pgrep, pidof, pkill, ps, pwait, top, uptime, couple others
|
# procps: free, pgrep, pidof, pkill, ps, pwait, top, uptime, couple others
|
||||||
procps.sandbox.method = "bwrap";
|
procps.sandbox.method = "bunpen";
|
||||||
procps.sandbox.isolatePids = false;
|
procps.sandbox.isolatePids = false;
|
||||||
|
procps.sandbox.extraPaths = [ "/proc" ];
|
||||||
|
|
||||||
pstree.sandbox.method = "bunpen";
|
pstree.sandbox.method = "bunpen";
|
||||||
pstree.sandbox.extraPaths = [
|
pstree.sandbox.extraPaths = [
|
||||||
|
Reference in New Issue
Block a user