mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1570] Avoid 'exo-open' on xfce desktop #1046
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#1046
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 @jockerz on GitHub (Sep 22, 2017).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1570
I tried run firejail-ed xpdf with
--net=none.Maybe does same case on another app which lead to open url.
When a link on a pdf file clicked, the url will opened successfully on web browser(if the browser has already opened) on new tab.
The web browser will be prevented to connect internet if the url call will open new web browser window.
--debug: not give any useful info to the case.Please give a try for any one. I'm not good at catching bug yet.
@smitsohu commented on GitHub (Sep 22, 2017):
Hey @jockerz. Do you use Firefox? Chances are that you have run into #784. Different issue but related is also #330.
@smitsohu commented on GitHub (Sep 24, 2017):
Still assuming you run Firefox some more possibilities to approach this:
-no-remoteoption will stop this behavior. Equally, you can putexport MOZ_NO_REMOTE=1in ~/.xsessionrc (or wherever you configure your X session), or placeenv MOZ_NO_REMOTE=1inside /etc/firejail/firefox.local.x11 *options. But note that Firefox is currently being ported to run on Wayland natively, so this option will become unreliable at some point in the future.Finally: If you launch Firefox with the
-no-remoteoption and use whitelisting for xpdf, for example something like this:clicking on a pdf link should get you a clean second Firefox instance that runs inside the xpdf sandbox.
@jockerz commented on GitHub (Sep 25, 2017):
Hi @smitsohu.
Thank you.
Solve this problem by adding
--no-remoteto run Firefox.