From bf9c664d03dc541bcc87f301a1e548280e828e52 Mon Sep 17 00:00:00 2001 From: Colin Date: Sat, 21 Sep 2024 21:58:42 +0000 Subject: [PATCH] seahorse: 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 4563f3a42..894bfd986 100644 --- a/hosts/common/programs/assorted.nix +++ b/hosts/common/programs/assorted.nix @@ -704,7 +704,7 @@ in # seahorse: dump gnome-keyring secrets. seahorse.buildCost = 1; # N.B. it can lso manage ~/.ssh keys, but i explicitly don't add those to the sandbox for now. - seahorse.sandbox.method = "bwrap"; + seahorse.sandbox.method = "bunpen"; seahorse.sandbox.whitelistDbus = [ "user" ]; seahorse.sandbox.whitelistWayland = true;