firefox: allow it to own mpris dbus endpoints

This commit is contained in:
2025-08-05 21:06:52 +00:00
parent c9261d1438
commit d504e9216b

View File

@@ -230,7 +230,10 @@ in
sandbox.net = "all";
sandbox.whitelistAudio = true;
sandbox.whitelistAvDev = true; #< it doesn't seem to use pipewire, but direct /dev/videoN (as of 2024/09/12)
sandbox.whitelistDbus.user.own = [ "org.mozilla.firefox.*" ];
sandbox.whitelistDbus.user.own = [
"org.mozilla.firefox.*"
"org.mpris.MediaPlayer2.firefox.*"
];
sandbox.whitelistPortal = [
"Camera" # not sure if used
# "Email" # not sure if used