mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 22:01:33 -06:00
[GH-ISSUE #356] Firejail cannot launch if ~/.asoundrc is a symlink #254
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#254
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 @boltronics on GitHub (Mar 7, 2016).
Original GitHub issue: https://github.com/netblue30/firejail/issues/356
I use GNU Stow to have many of the configuration dotfiles in my home directory basically managed via symlinks, which point to another location (also under my home directory). This makes version control simple and allows me to load different configuration files on a per-machine basis. One of those managed files is ~/.asoundrc.
I see /etc/firejail/whitelist-common.inc has
whitelist ~/.asoundrc, but even with that line commented, the problem persists. I also tried addingignore whitelist ~/.asoundrcwithout success. Lastly, I tried addingwhitelist ~/.dotfiles/alsa/.asoundrc(which is where ~/.asoundrc is a symlink to), and that still didn't work.Browsing through the source, it appears there are references to the file location hard-coded, so I'm assuming this is a bug in firejail and not my configuration. There could well be the same problem for some of the other locations that are hard-coded as well.
@netblue30 commented on GitHub (Mar 7, 2016):
BUG! Will fix soon!
@netblue30 commented on GitHub (Mar 20, 2016):
Fixed!