aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/matrix-mirage.profile
blob: b3080df88c59b5010e30ec77825715cdf05bb5da (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
24
# Firejail profile for matrix-mirage
# Description: Debian name for mirage binary/package
# This file is overwritten after every install/update
# Persistent local customizations
include matrix-mirage.local
# Persistent global definitions
# added by included profile
#include globals.local

noblacklist ${HOME}/.cache/matrix-mirage
noblacklist ${HOME}/.config/matrix-mirage
noblacklist ${HOME}/.local/share/matrix-mirage

mkdir ${HOME}/.cache/matrix-mirage
mkdir ${HOME}/.config/matrix-mirage
mkdir ${HOME}/.local/share/matrix-mirage
whitelist ${HOME}/.cache/matrix-mirage
whitelist ${HOME}/.config/matrix-mirage
whitelist ${HOME}/.local/share/matrix-mirage

private-bin matrix-mirage

# Redirect
include mirage.profile