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