aboutsummaryrefslogtreecommitdiffstats
path: root/etc/waterfox.profile
diff options
context:
space:
mode:
authorLibravatar hawkeye116477 <hawkeye116477@gmail.com>2017-09-25 23:05:05 +0200
committerLibravatar hawkeye116477 <hawkeye116477@gmail.com>2017-09-25 23:35:45 +0200
commit989f79331fbbe8e7ea051c35e30050cd497d3bf8 (patch)
treed8ca1ca4ad1455be408412e23e92a5af73e77656 /etc/waterfox.profile
parentAdd a profile for Android ROM compilation (diff)
downloadfirejail-989f79331fbbe8e7ea051c35e30050cd497d3bf8.tar.gz
firejail-989f79331fbbe8e7ea051c35e30050cd497d3bf8.tar.zst
firejail-989f79331fbbe8e7ea051c35e30050cd497d3bf8.zip
Whitelist /var and fix private-bit filter for waterfox on Arch
Diffstat (limited to 'etc/waterfox.profile')
-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