From e0b4e837258bb1e1074edfe6a7cba8da36bee197 Mon Sep 17 00:00:00 2001 From: glitsj16 Date: Thu, 25 Apr 2024 20:04:27 +0000 Subject: profiles: audacity: allow networking by default (#6321) Newly-released audacity 3.5 supports cloud-saving and remote backup features: - https://www.audacityteam.org/blog/audacity-3-5/ - https://support.audacityteam.org/additional-resources/changelog/audacity-3.5#cloud-project-saving --- etc/profile-a-l/audacity.profile | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'etc') diff --git a/etc/profile-a-l/audacity.profile b/etc/profile-a-l/audacity.profile index e70215891..2893dda5a 100644 --- a/etc/profile-a-l/audacity.profile +++ b/etc/profile-a-l/audacity.profile @@ -6,10 +6,9 @@ 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 +# To disable networking, add the following lines to audacity.local: +#ignore netfilter +#net none noblacklist ${HOME}/.audacity-data noblacklist ${HOME}/.cache/audacity @@ -34,7 +33,7 @@ allow-debuggers ## Enabling App Armor appears to break some Fedora / Arch installs #apparmor caps.drop all -net none +netfilter no3d nodvd nogroups @@ -44,13 +43,13 @@ noroot notv nou2f novideo -protocol unix,inet +protocol unix,inet,inet6 seccomp tracelog private-bin audacity private-dev -private-etc @x11 +private-etc @network,@sound,@tls-ca,@x11 private-tmp # problems on Fedora 27 -- cgit v1.2.3-54-g00ecf