programs: gnome-disk-utility: grant sandbox access to ~/tmp

This commit is contained in:
Colin 2024-05-06 05:15:28 +00:00
parent c0a7b831cd
commit 32e06ce998
1 changed files with 5 additions and 0 deletions

View File

@ -444,6 +444,11 @@ in
"gnome.gnome-disk-utility".sandbox.method = "bwrap";
"gnome.gnome-disk-utility".sandbox.whitelistDbus = [ "system" ];
"gnome.gnome-disk-utility".sandbox.whitelistWayland = true;
"gnome.gnome-disk-utility".sandbox.extraHomePaths = [
"tmp"
"use/iso"
# TODO: probably need /dev and such
];
# seahorse: dump gnome-keyring secrets.
# N.B.: it can also manage ~/.ssh keys, but i explicitly don't add those to the sandbox for now.