aboutsummaryrefslogtreecommitdiffstats
path: root/etc/gnome-twitch.profile
diff options
context:
space:
mode:
authorLibravatar Tad <tad@spotco.us>2017-08-07 01:22:08 -0400
committerLibravatar Tad <tad@spotco.us>2017-08-07 01:22:08 -0400
commit9e3ba319be6b9546d7e8f450ca419ee2f3f4040b (patch)
tree0aebe82de78a61877c267f4dcb2ebcc13a2e37c9 /etc/gnome-twitch.profile
parentvarious profile fixes (#1433) (diff)
downloadfirejail-9e3ba319be6b9546d7e8f450ca419ee2f3f4040b.tar.gz
firejail-9e3ba319be6b9546d7e8f450ca419ee2f3f4040b.tar.zst
firejail-9e3ba319be6b9546d7e8f450ca419ee2f3f4040b.zip
Unify all profiles
Diffstat (limited to 'etc/gnome-twitch.profile')
-rw-r--r--etc/gnome-twitch.profile13
1 files changed, 6 insertions, 7 deletions
diff --git a/etc/gnome-twitch.profile b/etc/gnome-twitch.profile
index 7c215df5d..9ef09a87b 100644
--- a/etc/gnome-twitch.profile
+++ b/etc/gnome-twitch.profile
@@ -1,11 +1,10 @@
1# Persistent global definitions go here 1# Firejail profile for gnome-twitch
2include /etc/firejail/globals.local 2# This file is overwritten after every install/update
3 3# Persistent local customizations
4# This file is overwritten during software install.
5# Persistent customizations should go in a .local file.
6include /etc/firejail/gnome-twitch.local 4include /etc/firejail/gnome-twitch.local
5# Persistent global definitions
6include /etc/firejail/globals.local
7 7
8# Firejail profile for Gnome Twitch
9noblacklist ${HOME}/.cache/gnome-twitch 8noblacklist ${HOME}/.cache/gnome-twitch
10noblacklist ${HOME}/.local/share/gnome-twitch 9noblacklist ${HOME}/.local/share/gnome-twitch
11 10
@@ -15,8 +14,8 @@ include /etc/firejail/disable-passwdmgr.inc
15include /etc/firejail/disable-programs.inc 14include /etc/firejail/disable-programs.inc
16 15
17mkdir ${HOME}/.cache/gnome-twitch 16mkdir ${HOME}/.cache/gnome-twitch
18whitelist ${HOME}/.cache/gnome-twitch
19mkdir ${HOME}/.local/share/gnome-twitch 17mkdir ${HOME}/.local/share/gnome-twitch
18whitelist ${HOME}/.cache/gnome-twitch
20whitelist ${HOME}/.local/share/gnome-twitch 19whitelist ${HOME}/.local/share/gnome-twitch
21include /etc/firejail/whitelist-common.inc 20include /etc/firejail/whitelist-common.inc
22 21