aboutsummaryrefslogtreecommitdiffstats
path: root/etc/palemoon.profile
diff options
context:
space:
mode:
authorLibravatar Fred-Barclay <Fred-Barclay@users.noreply.github.com>2018-04-07 18:35:47 -0500
committerLibravatar Fred-Barclay <Fred-Barclay@users.noreply.github.com>2018-04-07 18:35:47 -0500
commit052081416736808e6ec0dbd59aa01097c86c359e (patch)
tree58a6117995217466065187e63b3b66b4a0f0211e /etc/palemoon.profile
parentMerge branch 'master' of http://github.com/netblue30/firejail (diff)
downloadfirejail-052081416736808e6ec0dbd59aa01097c86c359e.tar.gz
firejail-052081416736808e6ec0dbd59aa01097c86c359e.tar.zst
firejail-052081416736808e6ec0dbd59aa01097c86c359e.zip
Replace shell and seccomp filter for firefox >= 60, should fix #1765 and #1847
Diffstat (limited to 'etc/palemoon.profile')
-rw-r--r--etc/palemoon.profile5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/palemoon.profile b/etc/palemoon.profile
index ff7087e55..c68574df5 100644
--- a/etc/palemoon.profile
+++ b/etc/palemoon.profile
@@ -13,6 +13,11 @@ mkdir ${HOME}/.moonchild productions
13whitelist ${HOME}/.cache/moonchild productions/pale moon 13whitelist ${HOME}/.cache/moonchild productions/pale moon
14whitelist ${HOME}/.moonchild productions 14whitelist ${HOME}/.moonchild productions
15 15
16# Palemoon can use the full firejail seccomp filter (unlike firefox >= 60)
17ignore seccomp.drop
18seccomp
19shell none
20
16#private-bin palemoon 21#private-bin palemoon
17# private-etc must first be enabled in firefox-common.profile 22# private-etc must first be enabled in firefox-common.profile
18#private-etc palemoon 23#private-etc palemoon