Skip to content

Commit

Permalink
profiles: audacity: allow networking by default (#6321)
Browse files Browse the repository at this point in the history
  • Loading branch information
glitsj16 committed Apr 25, 2024
1 parent 8b49fe5 commit e0b4e83
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions etc/profile-a-l/audacity.profile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit e0b4e83

Please sign in to comment.