programs: gnome-disk-utility: grant sandbox access to ~/tmp
This commit is contained in:
@@ -444,6 +444,11 @@ in
|
|||||||
"gnome.gnome-disk-utility".sandbox.method = "bwrap";
|
"gnome.gnome-disk-utility".sandbox.method = "bwrap";
|
||||||
"gnome.gnome-disk-utility".sandbox.whitelistDbus = [ "system" ];
|
"gnome.gnome-disk-utility".sandbox.whitelistDbus = [ "system" ];
|
||||||
"gnome.gnome-disk-utility".sandbox.whitelistWayland = true;
|
"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.
|
# 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.
|
# N.B.: it can also manage ~/.ssh keys, but i explicitly don't add those to the sandbox for now.
|
||||||
|
Reference in New Issue
Block a user