signal-desktop: fix sandboxing to allow for URLOpen dbus calls
This commit is contained in:
@@ -25,6 +25,9 @@ in
|
|||||||
sandbox.method = "bwrap";
|
sandbox.method = "bwrap";
|
||||||
sandbox.net = "clearnet";
|
sandbox.net = "clearnet";
|
||||||
sandbox.whitelistAudio = true;
|
sandbox.whitelistAudio = true;
|
||||||
|
sandbox.whitelistDbus = [
|
||||||
|
"user" # so i can click on links
|
||||||
|
];
|
||||||
sandbox.whitelistWayland = true;
|
sandbox.whitelistWayland = true;
|
||||||
sandbox.extraHomePaths = [
|
sandbox.extraHomePaths = [
|
||||||
"Music"
|
"Music"
|
||||||
|
Reference in New Issue
Block a user