aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar Christopher Morrow <zygexian@gmail.com>2022-08-10 16:00:54 -0700
committerLibravatar GitHub <noreply@github.com>2022-08-10 23:00:54 +0000
commit72eac267253543dd00e802d01123c4af5add33a3 (patch)
treeebc93fdcd6d042cb53f08f676d8123fed15c5b22 /etc
parentMerge pull request #5299 from pirate486743186/description-makepkg (diff)
downloadfirejail-72eac267253543dd00e802d01123c4af5add33a3.tar.gz
firejail-72eac267253543dd00e802d01123c4af5add33a3.tar.zst
firejail-72eac267253543dd00e802d01123c4af5add33a3.zip
fix(audacity): !5281 sharedlib bug on Arch/Fedora (#5300)
* fix(audacity): !5281 sharedlib bug on Arch/Fedora removed `private-bin` line from audacity profile as it appears to block access to shared libraries needed to start audacity on some distributions. Relates to github issue #5281 * fix(audacity): Disabling apparmor and reenabling private-bin
Diffstat (limited to 'etc')
-rw-r--r--etc/profile-a-l/audacity.profile3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/profile-a-l/audacity.profile b/etc/profile-a-l/audacity.profile
index b517620db..2831fec72 100644
--- a/etc/profile-a-l/audacity.profile
+++ b/etc/profile-a-l/audacity.profile
@@ -20,7 +20,8 @@ include disable-xdg.inc
20 20
21include whitelist-var-common.inc 21include whitelist-var-common.inc
22 22
23apparmor 23## Enabling App Armor appears to break some Fedora / Arch installs
24#apparmor
24caps.drop all 25caps.drop all
25net none 26net none
26no3d 27no3d