aboutsummaryrefslogtreecommitdiffstats
path: root/etc/palemoon.profile
diff options
context:
space:
mode:
authorLibravatar Fred-Barclay <Fred-Barclay@users.noreply.github.com>2016-07-10 00:00:11 +1000
committerLibravatar Fred-Barclay <Fred-Barclay@users.noreply.github.com>2016-07-10 00:00:11 +1000
commit2e1b94c4251e6a841672f3df96e3d503d380ef1b (patch)
treec9bde903608cc92747ebe53fa5a7dae4f3db435e /etc/palemoon.profile
parentcleanup (diff)
downloadfirejail-2e1b94c4251e6a841672f3df96e3d503d380ef1b.tar.gz
firejail-2e1b94c4251e6a841672f3df96e3d503d380ef1b.tar.zst
firejail-2e1b94c4251e6a841672f3df96e3d503d380ef1b.zip
private-bin conversion
Diffstat (limited to 'etc/palemoon.profile')
-rw-r--r--etc/palemoon.profile24
1 files changed, 12 insertions, 12 deletions
diff --git a/etc/palemoon.profile b/etc/palemoon.profile
index a74954ddb..302c20d7d 100644
--- a/etc/palemoon.profile
+++ b/etc/palemoon.profile
@@ -1,31 +1,30 @@
1# Firejail profile for Pale Moon 1# Firejail profile for Pale Moon
2
3# Noblacklists
4noblacklist ~/.moonchild productions/pale moon 2noblacklist ~/.moonchild productions/pale moon
5noblacklist ~/.cache/moonchild productions/pale moon 3noblacklist ~/.cache/moonchild productions/pale moon
6
7# Included profiles
8include /etc/firejail/disable-common.inc 4include /etc/firejail/disable-common.inc
9include /etc/firejail/disable-programs.inc 5include /etc/firejail/disable-programs.inc
10include /etc/firejail/disable-devel.inc 6include /etc/firejail/disable-devel.inc
11include /etc/firejail/whitelist-common.inc 7include /etc/firejail/whitelist-common.inc
12 8
13# Options 9whitelist ${DOWNLOADS}
10mkdir ~/.moonchild productions
11whitelist ~/.moonchild productions
12mkdir ~/.cache
13mkdir ~/.cache/moonchild productions
14mkdir ~/.cache/moonchild productions/pale moon
15whitelist ~/.cache/moonchild productions/pale moon
16
14caps.drop all 17caps.drop all
15netfilter 18netfilter
19nogroups
16nonewprivs 20nonewprivs
17noroot 21noroot
18protocol unix,inet,inet6,netlink 22protocol unix,inet,inet6,netlink
19seccomp 23seccomp
24shell none
20tracelog 25tracelog
21 26
22whitelist ${DOWNLOADS} 27private-bin palemoon
23mkdir ~/.moonchild productions
24whitelist ~/.moonchild productions
25mkdir ~/.cache
26mkdir ~/.cache/moonchild productions
27mkdir ~/.cache/moonchild productions/pale moon
28whitelist ~/.cache/moonchild productions/pale moon
29 28
30# These are uncommented in the Firefox profile. If you run into trouble you may 29# These are uncommented in the Firefox profile. If you run into trouble you may
31# want to uncomment (some of) them. 30# want to uncomment (some of) them.
@@ -56,3 +55,4 @@ whitelist ~/.config/lastpass
56 55
57# experimental features 56# experimental features
58#private-etc passwd,group,hostname,hosts,localtime,nsswitch.conf,resolv.conf,gtk-2.0,pango,fonts,iceweasel,firefox,adobe,mime.types,mailcap,asound.conf,pulse 57#private-etc passwd,group,hostname,hosts,localtime,nsswitch.conf,resolv.conf,gtk-2.0,pango,fonts,iceweasel,firefox,adobe,mime.types,mailcap,asound.conf,pulse
58#private-dev (disabled for now as it will interfere with webcam use in palemoon)