mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1961] --allusers not working with vlc.profile after upgrading 0.9.52 -> 0.9.54 #1315
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#1315
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 @fld on GitHub (May 27, 2018).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1961
I have media files under /home/debian-deluged/ with permissions debian-deluged:debian-deluged 770 and my user belongs to the group.
To get VLC working for those files under firejail 0.9.52, I had done:
% cat .config/firejail/vlc.profile
But after upgrading to 0.9.54 I'm getting Permission denied when trying to access videos under /home/debian-deluged/ and none of the --debug-* --noblacklist... etc. has helped. I was forced to downgrade back to .52.
@Vincent43 commented on GitHub (May 27, 2018):
Does it work when you run vlc as:
firejail --noprofile --allusers vlc? If yes then look at/etc/firejail/vlc.profileand try disabling things one by one until you find out which causes this.@fld commented on GitHub (May 27, 2018):
it does in fact work with --noprofile --allusers, so I did as you suggested and figured out that 'noroot' is causing it.
@Vincent43 commented on GitHub (May 27, 2018):
Then you may add
ignore norootline to.config/firejail/vlc.profile.