aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar SpotComms <SpotComms@users.noreply.github.com>2017-09-25 17:44:39 -0400
committerLibravatar GitHub <noreply@github.com>2017-09-25 17:44:39 -0400
commit7b440e0de1acb53a05b512f4be45cb95f7ca7a16 (patch)
treee51a4a5256c9ee40dcfe13fa938a2784aec46752 /etc
parentComment private-etc on Steam (diff)
parentWhitelist /var and fix private-bit filter for waterfox on Arch (diff)
downloadfirejail-7b440e0de1acb53a05b512f4be45cb95f7ca7a16.tar.gz
firejail-7b440e0de1acb53a05b512f4be45cb95f7ca7a16.tar.zst
firejail-7b440e0de1acb53a05b512f4be45cb95f7ca7a16.zip
Merge pull request #1577 from hawkeye116477/master
Update waterfox.profile
Diffstat (limited to 'etc')
-rw-r--r--etc/waterfox.profile4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/waterfox.profile b/etc/waterfox.profile
index 2322c1fae..67995f345 100644
--- a/etc/waterfox.profile
+++ b/etc/waterfox.profile
@@ -65,6 +65,7 @@ whitelist ~/.wine-pipelight64
65whitelist ~/.zotero 65whitelist ~/.zotero
66whitelist ~/dwhelper 66whitelist ~/dwhelper
67include /etc/firejail/whitelist-common.inc 67include /etc/firejail/whitelist-common.inc
68include /etc/firejail/whitelist-var-common.inc
68 69
69caps.drop all 70caps.drop all
70netfilter 71netfilter
@@ -78,7 +79,8 @@ seccomp
78shell none 79shell none
79tracelog 80tracelog
80 81
81# private-bin waterfox,which,sh,dbus-launch,dbus-send,env 82# waterfox requires a shell to launch on Arch. We can possibly remove sh though.
83# private-bin waterfox,which,sh,dbus-launch,dbus-send,env,dash,bash
82private-dev 84private-dev
83# private-etc passwd,group,hostname,hosts,localtime,nsswitch.conf,resolv.conf,xdg,gtk-2.0,gtk-3.0,X11,pango,fonts,waterfox,mime.types,mailcap,asound.conf,pulse 85# private-etc passwd,group,hostname,hosts,localtime,nsswitch.conf,resolv.conf,xdg,gtk-2.0,gtk-3.0,X11,pango,fonts,waterfox,mime.types,mailcap,asound.conf,pulse
84private-tmp 86private-tmp