From a516caa925059814fdeae0ab71e1c4ca5b989464 Mon Sep 17 00:00:00 2001 From: glitsj16 Date: Tue, 20 Dec 2022 15:37:48 +0000 Subject: 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)! --- etc/profile-a-l/audacity.profile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'etc/profile-a-l') 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 include globals.local noblacklist ${HOME}/.audacity-data +noblacklist ${HOME}/.cache/audacity +noblacklist ${HOME}/.config/audacity +noblacklist ${HOME}/.local/share/audacity +noblacklist ${HOME}/.local/state/audacity noblacklist ${DOCUMENTS} noblacklist ${MUSIC} -- cgit v1.2.3-54-g00ecf