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

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

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

# Redirect
include chromium-common.profile