programs: losslesscut: sandbox
This commit is contained in:
@@ -385,6 +385,20 @@ in
|
|||||||
libnotify.sandbox.wrapperType = "wrappedDerivation";
|
libnotify.sandbox.wrapperType = "wrappedDerivation";
|
||||||
libnotify.sandbox.whitelistDbus = [ "user" ]; # notify-send
|
libnotify.sandbox.whitelistDbus = [ "user" ]; # notify-send
|
||||||
|
|
||||||
|
losslesscut-bin.sandbox.method = "bwrap";
|
||||||
|
losslesscut-bin.sandbox.wrapperType = "wrappedDerivation";
|
||||||
|
losslesscut-bin.sandbox.extraHomePaths = [
|
||||||
|
"Music"
|
||||||
|
"Pictures" # i have some videos in there too.
|
||||||
|
"Pictures/servo-macros"
|
||||||
|
"Videos"
|
||||||
|
"Videos/servo"
|
||||||
|
"tmp"
|
||||||
|
];
|
||||||
|
losslesscut-bin.sandbox.whitelistAudio = true;
|
||||||
|
losslesscut-bin.sandbox.whitelistDri = true;
|
||||||
|
losslesscut-bin.sandbox.whitelistWayland = true;
|
||||||
|
|
||||||
mercurial.sandbox.method = "bwrap"; # TODO:sandbox: untested
|
mercurial.sandbox.method = "bwrap"; # TODO:sandbox: untested
|
||||||
mercurial.sandbox.wrapperType = "wrappedDerivation";
|
mercurial.sandbox.wrapperType = "wrappedDerivation";
|
||||||
mercurial.sandbox.net = "clearnet";
|
mercurial.sandbox.net = "clearnet";
|
||||||
|
Reference in New Issue
Block a user