mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #2206] Firejail "breaks" ranger #1477
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#1477
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 @qazip on GitHub (Oct 19, 2018).
Original GitHub issue: https://github.com/netblue30/firejail/issues/2206
I am using the latest version of ranger and I create a symbolic link with firecfg.
When using ranger (firejailed) and opening a .mkv file from inside ranger (it opens mpv) there is no sound in mpv. Also, mpv is not properly detached so when closing ranger, mpv is also closed. Both this things do not happen when ranger is not firejailed.
@Fred-Barclay commented on GitHub (Oct 19, 2018):
Hi @qazip
Can you try starting ranger with
firejail --nosound rangerand seeing if the sound works?About detaching mpv... that could be a little problematic. Allowing mpv to detach from firejailed ranger, so to speak, would really mean that mpv can escape the sandbox... but then that means malicious programs might as well. I don't think there's a way around this.
@SkewedZeppelin commented on GitHub (Oct 19, 2018):
See #1261
Sandboxing of file managers and desktop environments are not meant to be supported outside of very specific use cases.
@qazip commented on GitHub (Oct 20, 2018):
@Fred-Barclay, that doesn't work, but commenting nosound on the profile does work. Sadly, I was more looking into the detachment problem. It's unfortunate that it is not possible..
@veloute commented on GitHub (Nov 24, 2018):
this commit should close this issue
95a8e4fb23