gnome-maps: sandbox with bunpen

This commit is contained in:
2024-09-03 12:38:19 +00:00
parent c7823ab3f4
commit ecc4e90b4a

View File

@@ -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"; }
];
};
}