aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/youtube-viewer.profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/profile-m-z/youtube-viewer.profile')
-rw-r--r--etc/profile-m-z/youtube-viewer.profile3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/profile-m-z/youtube-viewer.profile b/etc/profile-m-z/youtube-viewer.profile
index e8fe4a360..b8f97db1d 100644
--- a/etc/profile-m-z/youtube-viewer.profile
+++ b/etc/profile-m-z/youtube-viewer.profile
@@ -7,6 +7,7 @@ include youtube-viewer.local
7# Persistent global definitions 7# Persistent global definitions
8include globals.local 8include globals.local
9 9
10noblacklist ${HOME}/.cache/youtube-viewer
10noblacklist ${HOME}/.config/youtube-viewer 11noblacklist ${HOME}/.config/youtube-viewer
11 12
12# Allow perl (blacklisted by disable-interpreters.inc) 13# Allow perl (blacklisted by disable-interpreters.inc)
@@ -24,7 +25,9 @@ include disable-passwdmgr.inc
24include disable-programs.inc 25include disable-programs.inc
25include disable-xdg.inc 26include disable-xdg.inc
26 27
28mkdir ${HOME}/.cache/youtube-viewer
27mkdir ${HOME}/.config/youtube-viewer 29mkdir ${HOME}/.config/youtube-viewer
30whitelist ${HOME}/.cache/youtube-viewer
28whitelist ${HOME}/.config/youtube-viewer 31whitelist ${HOME}/.config/youtube-viewer
29include whitelist-common.inc 32include whitelist-common.inc
30include whitelist-usr-share-common.inc 33include whitelist-usr-share-common.inc