aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2024-04-25 20:04:27 +0000
committerLibravatar GitHub <noreply@github.com>2024-04-25 20:04:27 +0000
commite0b4e837258bb1e1074edfe6a7cba8da36bee197 (patch)
tree835f32b3ae617c7293b172baeb31d04f1fe788b2
parentRELNOTES: add feature, modif and profile items (diff)
downloadfirejail-e0b4e837258bb1e1074edfe6a7cba8da36bee197.tar.gz
firejail-e0b4e837258bb1e1074edfe6a7cba8da36bee197.tar.zst
firejail-e0b4e837258bb1e1074edfe6a7cba8da36bee197.zip
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
-rw-r--r--etc/profile-a-l/audacity.profile13
1 files changed, 6 insertions, 7 deletions
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
6# Persistent global definitions 6# Persistent global definitions
7include globals.local 7include globals.local
8 8
9# Add the below lines to your audacity.local if you need online plugins. 9# To disable networking, add the following lines to audacity.local:
10#ignore net none 10#ignore netfilter
11#netfilter 11#net none
12#protocol inet6
13 12
14noblacklist ${HOME}/.audacity-data 13noblacklist ${HOME}/.audacity-data
15noblacklist ${HOME}/.cache/audacity 14noblacklist ${HOME}/.cache/audacity
@@ -34,7 +33,7 @@ allow-debuggers
34## Enabling App Armor appears to break some Fedora / Arch installs 33## Enabling App Armor appears to break some Fedora / Arch installs
35#apparmor 34#apparmor
36caps.drop all 35caps.drop all
37net none 36netfilter
38no3d 37no3d
39nodvd 38nodvd
40nogroups 39nogroups
@@ -44,13 +43,13 @@ noroot
44notv 43notv
45nou2f 44nou2f
46novideo 45novideo
47protocol unix,inet 46protocol unix,inet,inet6
48seccomp 47seccomp
49tracelog 48tracelog
50 49
51private-bin audacity 50private-bin audacity
52private-dev 51private-dev
53private-etc @x11 52private-etc @network,@sound,@tls-ca,@x11
54private-tmp 53private-tmp
55 54
56# problems on Fedora 27 55# problems on Fedora 27