programs: libnotify: sandbox with bwrap

This commit is contained in:
Colin 2024-02-14 13:49:48 +00:00
parent 29d638c68b
commit 95f7eeeb5c

View File

@ -381,6 +381,10 @@ in
"tmp"
];
libnotify.sandbox.method = "bwrap";
libnotify.sandbox.wrapperType = "wrappedDerivation";
libnotify.sandbox.whitelistDbus = [ "user" ]; # notify-send
mercurial.sandbox.method = "bwrap"; # TODO:sandbox: untested
mercurial.sandbox.wrapperType = "wrappedDerivation";
mercurial.sandbox.net = "clearnet";