aboutsummaryrefslogtreecommitdiffstats
path: root/etc/icecat.profile
blob: 42e762c21053d7677e5e5508d09f3efac6d01531 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Firejail profile for icecat
# This file is overwritten after every install/update
# Persistent local customizations
include /etc/firejail/icecat.local
# Persistent global definitions
include /etc/firejail/globals.local

noblacklist ${HOME}/.cache/mozilla
noblacklist ${HOME}/.mozilla

mkdir ${HOME}/.cache/mozilla/icecat
mkdir ${HOME}/.mozilla
whitelist ${HOME}/.cache/mozilla/icecat
whitelist ${HOME}/.mozilla

# private-etc must first be enabled in firefox-common.profile
#private-etc icecat

# Redirect
include /etc/firejail/firefox-common.profile