aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2017-10-16 07:46:06 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2017-10-16 07:46:06 -0400
commitb7828e463f868e66e1d5fc6fc48328b6437e0504 (patch)
tree1d9e3c05be7fb6809fbc1c61f4c876a12c8b4535
parentAdd Debian builds to .travis.yml (work in progress). (diff)
downloadfirejail-b7828e463f868e66e1d5fc6fc48328b6437e0504.tar.gz
firejail-b7828e463f868e66e1d5fc6fc48328b6437e0504.tar.zst
firejail-b7828e463f868e66e1d5fc6fc48328b6437e0504.zip
enable private-etc on firefox browser
-rw-r--r--etc/firefox.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/firefox.profile b/etc/firefox.profile
index 1f4a8e3f6..80cdb6ab0 100644
--- a/etc/firefox.profile
+++ b/etc/firefox.profile
@@ -76,7 +76,7 @@ tracelog
76# firefox requires a shell to launch on Arch. We can possibly remove sh though. 76# firefox requires a shell to launch on Arch. We can possibly remove sh though.
77# private-bin firefox,which,sh,dbus-launch,dbus-send,env,sh,bash 77# private-bin firefox,which,sh,dbus-launch,dbus-send,env,sh,bash
78private-dev 78private-dev
79# 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 79private-etc iceweasel,ca-certificates,ssl,machine-id,dconf,selinux,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
80private-tmp 80private-tmp
81 81
82noexec ${HOME} 82noexec ${HOME}