mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #5539] audacity: network access and sandbox violation report #3025
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#3025
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ghost on GitHub (Dec 20, 2022).
Original GitHub issue: https://github.com/netblue30/firejail/issues/5539
During another round of testing for work on #5538 I noticed a few things about our current profile.
The app scans the system for available plugins, including /lib/modules (which is a hard-coded no-no). That throws a
sandbox violationwhich might confuse users. Adding theallow-debuggersoption can take care of this and AFAICT shouldn't negatively affect the security of the sandbox. Due to our restrictiveprivate-bin audacitythere wouldn't actually be active support for debuggers, just silencing the blacklist violation.A more difficult decision to make is whether we grant
network accessto Audacity. Currently we do not, although there's an inconsistency in our profile which we should fix. After testing I can only see the app going out on the internet to download 2 extra plugins:Besides using non-https URI's it's a bit of a pain to grant network access to an audio application for this sole purpose. There are plenty of built-in and installable (ladspa) filters/plugins already IMO. But that's an opinion nonetheless. Any thoughts on how we should proceed on this?
@netblue30 commented on GitHub (Dec 21, 2022):
Last year there were some discussions regarding the new privacy policy:
https://lifehacker.com/is-audacity-really-spyware-1847230028
https://www.pcmag.com/news/audacity-is-being-called-spyware-after-privacy-policy-update
Let's leave it the way you put it in
6e67801a45. If anybody needs live updates they can enable it in the profile.@ghost commented on GitHub (Dec 21, 2022):
@netblue30 Interesting info. Thanks for the heads-up!
@kmk3 commented on GitHub (Aug 23, 2024):
Is this still an issue?
Networking is enabled by default in the profile now:
@ghost commented on GitHub (Aug 23, 2024):
No, the issue is fixed by #6321. Closing...