nmon: sandbox with bunpen

This commit is contained in:
2024-09-03 04:38:44 +00:00
parent 941fff725a
commit 07bbf34f59

View File

@@ -964,10 +964,12 @@ in
nmap.sandbox.method = "bunpen";
nmap.sandbox.net = "all"; # clearnet and lan
nmon.sandbox.method = "landlock";
nmon.sandbox.method = "bunpen";
nmon.sandbox.extraPaths = [
"/proc"
];
nmon.sandbox.isolatePids = false;
nmon.sandbox.net = "all";
nodejs = {};