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

noblacklist ${HOME}/.cache/cliqz
noblacklist ${HOME}/.cliqz
noblacklist ${HOME}/.config/cliqz

mkdir ${HOME}/.cache/cliqz
mkdir ${HOME}/.cliqz
mkdir ${HOME}/.config/cliqz
whitelist ${HOME}/.cache/cliqz
whitelist ${HOME}/.cliqz
whitelist ${HOME}/.config/cliqz

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

# Redirect
include firefox-common.profile