aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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