mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #3681] Widevine/DRM broken with firejail 0.9.64 in browsers #2318
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#2318
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @cjsthompson on GitHub (Oct 20, 2020).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3681
Widevine (netflix) no longer works with Brave (1.15.75) after upgrading to firejail 0.9.64rc1-2 (arch linux). Works fine when starting brave without firejail or with firejail --noprofile /usr/bin/brave.
@SkewedZeppelin commented on GitHub (Oct 20, 2020):
Do you have
browser-allow-drm yes
in your
/etc/firejail/firejail.config ?
@cjsthompson commented on GitHub (Oct 20, 2020):
Nope, and enabling that fixes the problem. Thanks for the hint.
@rusty-snake commented on GitHub (Oct 20, 2020):
FYI: https://github.com/netblue30/firejail/pull/3390
@cjsthompson commented on GitHub (Oct 20, 2020):
That explains why it was working until I upgraded I guess.
@toby63 commented on GitHub (Sep 3, 2021):
Is it also possible to activate this via a command flag?
(e.g.
firejail --browser-allow-drm PROGRAM)@rusty-snake commented on GitHub (Sep 3, 2021):
@toby63 commented on GitHub (Sep 3, 2021):
Interesting, thx.
Do I interpret this correctly that the DRM plugin wants to take a look in my home folder?
@rusty-snake commented on GitHub (Sep 3, 2021):
It will get installed in your home folder, therefore you need to mount it
exec.@toby63 commented on GitHub (Sep 3, 2021):
I see, and I guess it can't be further limited?
@rusty-snake commented on GitHub (Sep 3, 2021):
Actaully you could
noexecevery directory infirejail --ignore=private-bin --profile=firefox ls -a $HOMEexcept for.mozilla, however amkdir $HOME/this_dir_is_execinside the sandbox is possible.