programs: gnome-disk-utility: sandbox

This commit is contained in:
2024-02-17 15:36:28 +00:00
parent 785b375671
commit a273b559e2

View File

@@ -460,6 +460,20 @@ in
".config/dconf" ".config/dconf"
]; ];
# gnome-disks
"gnome.gnome-disk-utility".sandbox.method = "bwrap";
"gnome.gnome-disk-utility".sandbox.wrapperType = "wrappedDerivation";
"gnome.gnome-disk-utility".sandbox.whitelistDbus = [ "system" ];
"gnome.gnome-disk-utility".sandbox.whitelistWayland = true;
# TODO: verify location services
# "gnome.gnome-maps".sandbox.method = "bwrap";
# "gnome.gnome-maps".sandbox.wrapperType = "inplace";
# "gnome.gnome-maps".sandbox.whitelistDri = true;
# "gnome.gnome-maps".sandbox.whitelistDbus = [ "user" ]; # for GPS (geoclue, portals)
# "gnome.gnome-maps".sandbox.whitelistWayland = true;
# "gnome.gnome-maps".sandbox.net = "clearnet";
gnome-2048.sandbox.method = "bwrap"; gnome-2048.sandbox.method = "bwrap";
gnome-2048.sandbox.wrapperType = "wrappedDerivation"; gnome-2048.sandbox.wrapperType = "wrappedDerivation";
gnome-2048.sandbox.whitelistWayland = true; gnome-2048.sandbox.whitelistWayland = true;