From 1d8f825bc63aedd31e47fe87dd00ceedacda01b6 Mon Sep 17 00:00:00 2001 From: Colin Date: Tue, 3 Sep 2024 17:04:33 +0000 Subject: [PATCH] hase: sandbox with bunpen --- hosts/common/programs/assorted.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/common/programs/assorted.nix b/hosts/common/programs/assorted.nix index 6b4a80fa4..c2f63265d 100644 --- a/hosts/common/programs/assorted.nix +++ b/hosts/common/programs/assorted.nix @@ -752,7 +752,7 @@ in grim.sandbox.whitelistWayland = true; hase.buildCost = 1; - hase.sandbox.method = "bwrap"; + hase.sandbox.method = "bunpen"; hase.sandbox.net = "clearnet"; hase.sandbox.whitelistAudio = true; hase.sandbox.whitelistDri = true;