aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2022-12-20 15:37:48 +0000
committerLibravatar GitHub <noreply@github.com>2022-12-20 15:37:48 +0000
commita516caa925059814fdeae0ab71e1c4ca5b989464 (patch)
tree20b2fbb1ad44f3be52a4679113a0e854e91ebbb0 /etc/profile-a-l
parentRELNOTES: clarify/format feature items (diff)
downloadfirejail-a516caa925059814fdeae0ab71e1c4ca5b989464.tar.gz
firejail-a516caa925059814fdeae0ab71e1c4ca5b989464.tar.zst
firejail-a516caa925059814fdeae0ab71e1c4ca5b989464.zip
audacity: support more config locations (#5538)
* audacity: support more config locations * disable-programs.inc: add more audacity locations * audacity: cover all XDG supported locations * audacity: cover all XDG supported locations * audacity: fix state dir entree in disable-programs.inc * unbreak disable-programs.inc Oh my, GitHub syntax highlighting support completely threw me off here. Thanks to @kmk3 for [saving the bacon](https://github.com/netblue30/firejail/pull/5538#pullrequestreview-1224604663)!
Diffstat (limited to 'etc/profile-a-l')
-rw-r--r--etc/profile-a-l/audacity.profile4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/profile-a-l/audacity.profile b/etc/profile-a-l/audacity.profile
index 078e3bf26..08f0fa19c 100644
--- a/etc/profile-a-l/audacity.profile
+++ b/etc/profile-a-l/audacity.profile
@@ -7,6 +7,10 @@ include audacity.local
7include globals.local 7include globals.local
8 8
9noblacklist ${HOME}/.audacity-data 9noblacklist ${HOME}/.audacity-data
10noblacklist ${HOME}/.cache/audacity
11noblacklist ${HOME}/.config/audacity
12noblacklist ${HOME}/.local/share/audacity
13noblacklist ${HOME}/.local/state/audacity
10noblacklist ${DOCUMENTS} 14noblacklist ${DOCUMENTS}
11noblacklist ${MUSIC} 15noblacklist ${MUSIC}
12 16