From ecc4e90b4aa8800efd9810ef9a29d146a36e38ee Mon Sep 17 00:00:00 2001 From: Colin Date: Tue, 3 Sep 2024 12:38:19 +0000 Subject: [PATCH] gnome-maps: sandbox with bunpen --- hosts/common/programs/gnome-maps.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/common/programs/gnome-maps.nix b/hosts/common/programs/gnome-maps.nix index 6349f0a1b..a10d21ed2 100644 --- a/hosts/common/programs/gnome-maps.nix +++ b/hosts/common/programs/gnome-maps.nix @@ -37,7 +37,7 @@ ]; sandbox.wrapperType = "inplace"; #< /share directory contains Gir info which references libgnome-maps.so by path - sandbox.method = "bwrap"; + sandbox.method = "bunpen"; sandbox.whitelistDri = true; # for perf sandbox.whitelistDbus = [ "system" # system is required for non-portal location services @@ -48,7 +48,7 @@ persist.byStore.plaintext = [ ".cache/shumate" ]; persist.byStore.private = [ - ({ path = ".local/share/maps-places.json"; type = "file"; }) + { path = ".local/share/maps-places.json"; type = "file"; } ]; }; }