aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar Fred-Barclay <Fred-Barclay@users.noreply.github.com>2017-09-15 12:14:55 -0500
committerLibravatar Fred-Barclay <Fred-Barclay@users.noreply.github.com>2017-09-15 12:14:55 -0500
commit36448bce7904c728d48eff77311baaaaf4442c5c (patch)
treec693d31d1cbef1d4dbf05396119593a5bbead0d5 /etc
parentMerge pull request #1551 from smitsohu/KDEapps (diff)
downloadfirejail-36448bce7904c728d48eff77311baaaaf4442c5c.tar.gz
firejail-36448bce7904c728d48eff77311baaaaf4442c5c.tar.zst
firejail-36448bce7904c728d48eff77311baaaaf4442c5c.zip
Fix private-bit filter for firefox on Arch
Diffstat (limited to 'etc')
-rw-r--r--etc/firefox.profile3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/firefox.profile b/etc/firefox.profile
index 1bd45ebd1..85201b021 100644
--- a/etc/firefox.profile
+++ b/etc/firefox.profile
@@ -72,7 +72,8 @@ seccomp
72shell none 72shell none
73tracelog 73tracelog
74 74
75# private-bin firefox,which,sh,dbus-launch,dbus-send,env 75# firefox requires a shell to launch on Arch. We can possibly remove sh though.
76# private-bin firefox,which,sh,dbus-launch,dbus-send,env,sh,bash
76private-dev 77private-dev
77# 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 78# 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
78private-tmp 79private-tmp