mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1513] [Spotify] Blacklisting too restrictive - firejail 0.9.48 #1009
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#1009
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 (Sep 1, 2017).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1513
Hi, spotify version 1.0.49.125 on ArchLinux with firejail 0.9.48 would not start and I got
/usr/bin/spotify: line 2: /opt/spotify/spotify: Permission deniedcommenting out
blacklist /optand appending awhitelist /opt/spotifyto a local~/.config/firejail/spotify.profiledid the trick.@reinerh commented on GitHub (Sep 1, 2017):
How did you install spotify (why did it land in /opt)?
If I understand it correctly, the AUR build installs it "normally" in /usr.
@ghost commented on GitHub (Sep 1, 2017):
I think @johnfocker is using this package: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=spotify-stable which installs spotify to
/optI don't know if this is a general issue as users can install binary to any location they want and adjust that in local profiles.
@ghost commented on GitHub (Sep 2, 2017):
Woops my bad. I was indeed using "spotify-stable" instead of the regular "spotify" also in the AUR, which in turn doesn't install to
/optas you mentionned @VladimirSchowalter20Now using only the default profile and it works like a charm.
Thanks for all the good work guys.