mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #2005] [question] opening a PDF from within firefox using atril used to work, then stopped working #1349
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#1349
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 @jmcclelland on GitHub (Jun 19, 2018).
Original GitHub issue: https://github.com/netblue30/firejail/issues/2005
This problem presents in both firefox and thunderbird.
Here's my console output:
Then, I click on a PDF link on a web page and firefox prompts me to open it using atril and i click to open it and...
I "fixed" the problem by adding the file:
I'm not really sure what this mean or if this is an appropriate or safe fix to the problem or is there a better way to resolve it?
Thanks for all the work you do on this project.
@Fred-Barclay commented on GitHub (Jun 20, 2018):
G'day @jmcclelland
With the last release of firejail (0.9.54) we blocked access to dbus for most Linux distros. It's a security feature as dbus can be used to escape the firejail sandbox, but it can also lead to inconveniences like what you're seeing.
ignore dbusdoes loosen the security of the firejail sandbox a bit, but it's still just as good as it has been in previous versions of firejail. If you're comfortable with this and would like to open pdfs from firejail, thenignore dbusis the way to go. 😄Cheers!
Fred
@jmcclelland commented on GitHub (Jun 20, 2018):
Thanks - just the answer I was looking for.