From 6e67801a4592494d3d24e696f6fe06acc7856d88 Mon Sep 17 00:00:00 2001 From: glitsj16 Date: Tue, 20 Dec 2022 23:15:20 +0000 Subject: audacity: networking updates (#5540) * audacity: networking updates * audacity: fix allowing to run local server * audacity: move comment so it's more visible As suggested [in review](https://github.com/netblue30/firejail/pull/5540#pullrequestreview-1225225897). --- etc/profile-a-l/audacity.profile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'etc/profile-a-l/audacity.profile') diff --git a/etc/profile-a-l/audacity.profile b/etc/profile-a-l/audacity.profile index 08f0fa19c..371054728 100644 --- a/etc/profile-a-l/audacity.profile +++ b/etc/profile-a-l/audacity.profile @@ -6,6 +6,11 @@ include audacity.local # Persistent global definitions include globals.local +# Add the below lines to your audacity.local if you need online plugins. +#ignore net none +#netfilter +#protocol inet6 + noblacklist ${HOME}/.audacity-data noblacklist ${HOME}/.cache/audacity noblacklist ${HOME}/.config/audacity @@ -24,6 +29,8 @@ include disable-xdg.inc include whitelist-var-common.inc +# Silence blacklist violation. See #5539. +allow-debuggers ## Enabling App Armor appears to break some Fedora / Arch installs #apparmor caps.drop all -- cgit v1.2.3-70-g09d2