aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/matrix-mirage.profile
diff options
context:
space:
mode:
authorLibravatar Reiner Herrmann <reiner@reiner-h.de>2020-12-29 19:36:40 +0100
committerLibravatar GitHub <noreply@github.com>2020-12-29 19:36:40 +0100
commit2da62c23ad5d67d551a8b886de66623e24896c4e (patch)
treee8f8e461b2ced056e09a396a8024c9c8e350f6cb /etc/profile-m-z/matrix-mirage.profile
parentmanpage: /bin/bash -> user's perferred shell (diff)
downloadfirejail-2da62c23ad5d67d551a8b886de66623e24896c4e.tar.gz
firejail-2da62c23ad5d67d551a8b886de66623e24896c4e.tar.zst
firejail-2da62c23ad5d67d551a8b886de66623e24896c4e.zip
profiles: add redirect from matrix-mirage to mirage (#3854)
Diffstat (limited to 'etc/profile-m-z/matrix-mirage.profile')
-rw-r--r--etc/profile-m-z/matrix-mirage.profile24
1 files changed, 24 insertions, 0 deletions
diff --git a/etc/profile-m-z/matrix-mirage.profile b/etc/profile-m-z/matrix-mirage.profile
new file mode 100644
index 000000000..b3080df88
--- /dev/null
+++ b/etc/profile-m-z/matrix-mirage.profile
@@ -0,0 +1,24 @@
1# Firejail profile for matrix-mirage
2# Description: Debian name for mirage binary/package
3# This file is overwritten after every install/update
4# Persistent local customizations
5include matrix-mirage.local
6# Persistent global definitions
7# added by included profile
8#include globals.local
9
10noblacklist ${HOME}/.cache/matrix-mirage
11noblacklist ${HOME}/.config/matrix-mirage
12noblacklist ${HOME}/.local/share/matrix-mirage
13
14mkdir ${HOME}/.cache/matrix-mirage
15mkdir ${HOME}/.config/matrix-mirage
16mkdir ${HOME}/.local/share/matrix-mirage
17whitelist ${HOME}/.cache/matrix-mirage
18whitelist ${HOME}/.config/matrix-mirage
19whitelist ${HOME}/.local/share/matrix-mirage
20
21private-bin matrix-mirage
22
23# Redirect
24include mirage.profile