mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #736] what to do if --x11 wont work, and which browser? #496
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#496
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 @xahare on GitHub (Aug 21, 2016).
Original GitHub issue: https://github.com/netblue30/firejail/issues/736
Is there anything you can do for gui isolation (short of virtual machines) if xpra wont work? for example with Xwayland in fedra24.
also, in this context, do firefox or chrome try to anything to mitigate or at least prevent itself from abusing x11? would -net still help given that the browser already has access to the x server?
it seems like chrome(ium) is safer, but i could be missing something.
@netblue30 commented on GitHub (Aug 22, 2016):
Hopefully they will bring Xpra in Fedora. I can see a package in Copr: https://copr.fedorainfracloud.org/coprs/jgu/xpra/
You can try Xephyr, is not as nice as Xpra, but it will do the job.
No, they just disregard any X11 problems. Chrome sandbox disables X11, but only a portion of Chrome code runs in the sandbox.
@xahare commented on GitHub (Aug 22, 2016):
i tried xpra from the main and winswitch.org repos. both crashed when using xwayland. xephyr worked as expected, but could use a -resizable flag.
@netblue30 commented on GitHub (Aug 22, 2016):
I've tried --resize, it crashes.
@xahare commented on GitHub (Aug 22, 2016):
How do you know what they sandbox? did you trace them? or some other way?
@chiraag-nataraj commented on GitHub (Aug 22, 2016):
@xahare If I'm not mistaken, the design of the Google Chrome/Chromium sandbox is given here and the Firefox one is given here. Basically, the Firefox one relies heavily on the Chromium one for Windows and on seccomp-bpf for Linux. Neither of these actually address the huge glaring security vulnerabilities in X11 that are too hard to fix given the way it's been designed, hence the need for extra filtering through something like firejail (or a redesign of the graphical subsystem such as Wayland).