Skip to content

Commit

Permalink
Merge pull request #4119 from pirate486743186/patch-14
Browse files Browse the repository at this point in the history
[minor] .cache/youtube-viewer in disable-programs.inc
  • Loading branch information
reinerh committed Mar 21, 2021
2 parents c9dfcee + 03bdf4a commit 85e6c03
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions etc/inc/disable-programs.inc
Original file line number Diff line number Diff line change
Expand Up @@ -1053,3 +1053,4 @@ blacklist ${HOME}/.cache/xreader
blacklist ${HOME}/.cache/yandex-browser
blacklist ${HOME}/.cache/yandex-browser-beta
blacklist ${HOME}/.cache/youtube-dl
blacklist ${HOME}/.cache/youtube-viewer
3 changes: 3 additions & 0 deletions etc/profile-m-z/youtube-viewer.profile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ include youtube-viewer.local
# Persistent global definitions
include globals.local

noblacklist ${HOME}/.cache/youtube-viewer
noblacklist ${HOME}/.config/youtube-viewer

# Allow perl (blacklisted by disable-interpreters.inc)
Expand All @@ -24,7 +25,9 @@ include disable-passwdmgr.inc
include disable-programs.inc
include disable-xdg.inc

mkdir ${HOME}/.cache/youtube-viewer
mkdir ${HOME}/.config/youtube-viewer
whitelist ${HOME}/.cache/youtube-viewer
whitelist ${HOME}/.config/youtube-viewer
include whitelist-common.inc
include whitelist-usr-share-common.inc
Expand Down

0 comments on commit 85e6c03

Please sign in to comment.