From 8214b27569a927d61f29e8c1c89fb4920ae704bf Mon Sep 17 00:00:00 2001 From: Colin Date: Tue, 3 Sep 2024 14:11:05 +0000 Subject: [PATCH] dialect: sandbox with bunpen --- hosts/common/programs/dialect.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/common/programs/dialect.nix b/hosts/common/programs/dialect.nix index d2feef50c..53245109b 100644 --- a/hosts/common/programs/dialect.nix +++ b/hosts/common/programs/dialect.nix @@ -14,7 +14,7 @@ buildCost = 1; - sandbox.method = "bwrap"; + sandbox.method = "bunpen"; sandbox.wrapperType = "inplace"; # share/search_providers/ calls back into the binary, weird wrap semantics sandbox.whitelistWayland = true; sandbox.net = "clearnet";