aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/matrix-mirage.profile
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2021-07-25 12:32:05 +0000
committerLibravatar GitHub <noreply@github.com>2021-07-25 12:32:05 +0000
commit8b50039a1fad123b90172fadc85bc232e97eb6d1 (patch)
treec17c687e310c9d3ad7874dd40636c104d308e9a6 /etc/profile-m-z/matrix-mirage.profile
parentMerge branch 'master' of https://github.com/netblue30/firejail (diff)
parentMerge branch 'master' into revert-allow-deny-etc (diff)
downloadfirejail-8b50039a1fad123b90172fadc85bc232e97eb6d1.tar.gz
firejail-8b50039a1fad123b90172fadc85bc232e97eb6d1.tar.zst
firejail-8b50039a1fad123b90172fadc85bc232e97eb6d1.zip
Merge pull request #4410 from kmk3/revert-allow-deny-etc
Revert "move whitelist/blacklist to allow/deny"
Diffstat (limited to 'etc/profile-m-z/matrix-mirage.profile')
-rw-r--r--etc/profile-m-z/matrix-mirage.profile12
1 files changed, 6 insertions, 6 deletions
diff --git a/etc/profile-m-z/matrix-mirage.profile b/etc/profile-m-z/matrix-mirage.profile
index 8ee470a50..b3080df88 100644
--- a/etc/profile-m-z/matrix-mirage.profile
+++ b/etc/profile-m-z/matrix-mirage.profile
@@ -7,16 +7,16 @@ include matrix-mirage.local
7# added by included profile 7# added by included profile
8#include globals.local 8#include globals.local
9 9
10nodeny ${HOME}/.cache/matrix-mirage 10noblacklist ${HOME}/.cache/matrix-mirage
11nodeny ${HOME}/.config/matrix-mirage 11noblacklist ${HOME}/.config/matrix-mirage
12nodeny ${HOME}/.local/share/matrix-mirage 12noblacklist ${HOME}/.local/share/matrix-mirage
13 13
14mkdir ${HOME}/.cache/matrix-mirage 14mkdir ${HOME}/.cache/matrix-mirage
15mkdir ${HOME}/.config/matrix-mirage 15mkdir ${HOME}/.config/matrix-mirage
16mkdir ${HOME}/.local/share/matrix-mirage 16mkdir ${HOME}/.local/share/matrix-mirage
17allow ${HOME}/.cache/matrix-mirage 17whitelist ${HOME}/.cache/matrix-mirage
18allow ${HOME}/.config/matrix-mirage 18whitelist ${HOME}/.config/matrix-mirage
19allow ${HOME}/.local/share/matrix-mirage 19whitelist ${HOME}/.local/share/matrix-mirage
20 20
21private-bin matrix-mirage 21private-bin matrix-mirage
22 22