curl: sandbox with bunpen

This commit is contained in:
2024-09-03 13:04:45 +00:00
parent b05ebc6c62
commit eaf03520e7

View File

@@ -1,7 +1,7 @@
{ ... }: { ... }:
{ {
sane.programs.curl = { sane.programs.curl = {
sandbox.method = "bwrap"; sandbox.method = "bunpen";
sandbox.net = "all"; sandbox.net = "all";
sandbox.autodetectCliPaths = "parent"; #< for `-o` option sandbox.autodetectCliPaths = "parent"; #< for `-o` option
}; };