mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #3682] No blu-ray playback with vlc using libaacs #2317
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#2317
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 @jmetrius on GitHub (Oct 20, 2020).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3682
Bug and expected behavior
Using firejail with the default vlc.profile breaks blu-ray playback of encrypted blu-ray discs depending on libaacs:
Sandboxed VLC output:
This happens because ~/.config/aacs (where the key database resides) is not accessible.
No profile and disabling firejail
Issue can't be reproduced when running with --noprofile
Reproduce
Steps to reproduce the behavior:
firejail vlcEnvironment
Arch Linux with firejail version 0.9.64rc1
Additional context
This issue is fixed by creating /etc/firejail/vlc.local and whitelisting ~/.config/aacs
Pull request to fix the default profile is attached.
Checklist