aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l/firefox-common.profile
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2022-11-28 09:19:03 +0000
committerLibravatar GitHub <noreply@github.com>2022-11-28 09:19:03 +0000
commit860bd545b57a755d7411bffc3330a0c789a815af (patch)
tree3f055f423046dac6ba77f7d527fefc80f71f3947 /etc/profile-a-l/firefox-common.profile
parentci: ignore profile-checks.yml on other workflows (diff)
downloadfirejail-860bd545b57a755d7411bffc3330a0c789a815af.tar.gz
firejail-860bd545b57a755d7411bffc3330a0c789a815af.tar.zst
firejail-860bd545b57a755d7411bffc3330a0c789a815af.zip
[firefox-common.profile] Add DRM support when using psd (#5486)
Diffstat (limited to 'etc/profile-a-l/firefox-common.profile')
-rw-r--r--etc/profile-a-l/firefox-common.profile2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/profile-a-l/firefox-common.profile b/etc/profile-a-l/firefox-common.profile
index 36e3405b0..491ce2eeb 100644
--- a/etc/profile-a-l/firefox-common.profile
+++ b/etc/profile-a-l/firefox-common.profile
@@ -8,6 +8,8 @@ include firefox-common.local
8 8
9# noexec ${HOME} breaks DRM binaries. 9# noexec ${HOME} breaks DRM binaries.
10?BROWSER_ALLOW_DRM: ignore noexec ${HOME} 10?BROWSER_ALLOW_DRM: ignore noexec ${HOME}
11# noexec ${RUNUSER} breaks DRM binaries when using profile-sync-daemon.
12?BROWSER_ALLOW_DRM: ignore noexec ${RUNUSER}
11 13
12# Add the next line to your firefox-common.local to allow access to common programs/addons/plugins. 14# Add the next line to your firefox-common.local to allow access to common programs/addons/plugins.
13#include firefox-common-addons.profile 15#include firefox-common-addons.profile