programs: mate.engrampa: enable sandbox

This commit is contained in:
Colin 2024-02-15 18:23:59 +00:00
parent d6868d58e6
commit b7c1a6331d

View File

@ -413,6 +413,18 @@ in
losslesscut-bin.sandbox.whitelistWayland = true;
losslesscut-bin.sandbox.whitelistX = true;
"mate.engrampa".sandbox.method = "bwrap"; # TODO:sandbox: untested
"mate.engrampa".sandbox.wrapperType = "inplace";
"mate.engrampa".sandbox.whitelistWayland = true;
"mate.engrampa".sandbox.autodetectCliPaths = "existingFileOrParent";
"mate.engrampa".sandbox.extraHomePaths = [
"archive"
"Books"
"records"
"ref"
"tmp"
];
mercurial.sandbox.method = "bwrap"; # TODO:sandbox: untested
mercurial.sandbox.wrapperType = "wrappedDerivation";
mercurial.sandbox.net = "clearnet";