aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2021-02-09 17:31:58 -0500
committerLibravatar GitHub <noreply@github.com>2021-02-09 17:31:58 -0500
commit215063da04838f5cc7acffbb80ae98740e214321 (patch)
treee6e1080c189605e27fb6408275da51a133d6fecb
parentMerge pull request #3967 from kmk3/fix-tmpfs-typo (diff)
parentUpdate etc/profile-a-l/firefox.profile (diff)
downloadfirejail-215063da04838f5cc7acffbb80ae98740e214321.tar.gz
firejail-215063da04838f5cc7acffbb80ae98740e214321.tar.zst
firejail-215063da04838f5cc7acffbb80ae98740e214321.zip
Merge pull request #3966 from albinou/master
Add a comment in some profiles to allow screen sharing
-rw-r--r--etc/profile-a-l/chromium-common.profile4
-rw-r--r--etc/profile-a-l/firefox.profile7
2 files changed, 11 insertions, 0 deletions
diff --git a/etc/profile-a-l/chromium-common.profile b/etc/profile-a-l/chromium-common.profile
index ce9c652c6..1afb2c6e1 100644
--- a/etc/profile-a-l/chromium-common.profile
+++ b/etc/profile-a-l/chromium-common.profile
@@ -34,6 +34,10 @@ include whitelist-var-common.inc
34# if your kernel allows unprivileged userns clone. 34# if your kernel allows unprivileged userns clone.
35#include chromium-common-hardened.inc 35#include chromium-common-hardened.inc
36 36
37# Uncomment or put in your chromium-common.local to allow screen sharing under
38# wayland.
39#whitelist ${RUNUSER}/pipewire-0
40
37apparmor 41apparmor
38caps.keep sys_admin,sys_chroot 42caps.keep sys_admin,sys_chroot
39netfilter 43netfilter
diff --git a/etc/profile-a-l/firefox.profile b/etc/profile-a-l/firefox.profile
index 772aad7da..20bd9824c 100644
--- a/etc/profile-a-l/firefox.profile
+++ b/etc/profile-a-l/firefox.profile
@@ -41,6 +41,13 @@ dbus-user.own org.mpris.MediaPlayer2.firefox.*
41#dbus-user.own org.mpris.MediaPlayer2.plasma-browser-integration 41#dbus-user.own org.mpris.MediaPlayer2.plasma-browser-integration
42#dbus-user.talk org.kde.JobViewServer 42#dbus-user.talk org.kde.JobViewServer
43#dbus-user.talk org.kde.kuiserver 43#dbus-user.talk org.kde.kuiserver
44# Uncomment or put in your firefox.local to allow screen sharing under wayland.
45#whitelist ${RUNUSER}/pipewire-0
46#dbus-user.talk org.freedesktop.portal.*
47# Also uncomment or put in your firefox.local if screen sharing sharing still
48# does not work with the above lines (might depend on the portal
49# implementation)
50#ignore noroot
44ignore dbus-user none 51ignore dbus-user none
45 52
46# Redirect 53# Redirect