mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
* 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
This commit is contained in:
parent
56c2f82802
commit
72eac26725
1 changed files with 2 additions and 1 deletions
|
|
@ -20,7 +20,8 @@ include disable-xdg.inc
|
|||
|
||||
include whitelist-var-common.inc
|
||||
|
||||
apparmor
|
||||
## Enabling App Armor appears to break some Fedora / Arch installs
|
||||
#apparmor
|
||||
caps.drop all
|
||||
net none
|
||||
no3d
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue