summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2017-04-28 12:10:45 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2017-04-28 12:10:45 -0400
commit0907c25dfd29f2faa5c8439557dc3d3fc25c3f78 (patch)
treef10285e052c9c07a55deb625c15e99776ae125c3
parentman pages (diff)
downloadfirejail-0907c25dfd29f2faa5c8439557dc3d3fc25c3f78.tar.gz
firejail-0907c25dfd29f2faa5c8439557dc3d3fc25c3f78.tar.zst
firejail-0907c25dfd29f2faa5c8439557dc3d3fc25c3f78.zip
removed private-dev from Chromium and Firefox - it prevents video calls going out
-rw-r--r--etc/chromium.profile2
-rw-r--r--etc/firefox.profile2
2 files changed, 2 insertions, 2 deletions
diff --git a/etc/chromium.profile b/etc/chromium.profile
index 071c8a18a..fe2966c24 100644
--- a/etc/chromium.profile
+++ b/etc/chromium.profile
@@ -29,7 +29,7 @@ netfilter
29nogroups 29nogroups
30shell none 30shell none
31 31
32private-dev 32# private-dev - prevents video calls going out
33private-tmp 33private-tmp
34 34
35noexec ${HOME} 35noexec ${HOME}
diff --git a/etc/firefox.profile b/etc/firefox.profile
index 0013062a5..9b5a81591 100644
--- a/etc/firefox.profile
+++ b/etc/firefox.profile
@@ -60,7 +60,7 @@ include /etc/firejail/whitelist-common.inc
60# experimental features 60# experimental features
61#private-bin firefox,which,sh,dbus-launch,dbus-send,env 61#private-bin firefox,which,sh,dbus-launch,dbus-send,env
62#private-etc passwd,group,hostname,hosts,localtime,nsswitch.conf,resolv.conf,xdg,gtk-2.0,gtk-3.0,X11,pango,fonts,firefox,mime.types,mailcap,asound.conf,pulse 62#private-etc passwd,group,hostname,hosts,localtime,nsswitch.conf,resolv.conf,xdg,gtk-2.0,gtk-3.0,X11,pango,fonts,firefox,mime.types,mailcap,asound.conf,pulse
63private-dev 63# private-dev - prevents video calls going out
64private-tmp 64private-tmp
65 65
66noexec ${HOME} 66noexec ${HOME}