mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #5837] Add a profile for x2goserver #3111
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#3111
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 @mabra on GitHub (May 24, 2023).
Original GitHub issue: https://github.com/netblue30/firejail/issues/5837
Is your feature request related to a problem? Please describe.
In my setup (to protect me from attempts of browsers to access any identifyable properties), I am using Firefox in a KVM machine and use this over x2go.
Found not way, to make sound possible, everything else looks working.
Describe the solution you'd like
I am not that deep in Linux, but seeing(!!), that an unprotected Fox communicates over the LO interface, while the jailed version cannot. From my understanding, the x2goserver uses the LO interface to redirect (the window and even) the sound, where the x2goagant bridges the traffic (from LO to the right interface). Using a terminal over x2go can "paplay" a sound.
Need a profile for the x2goserver!?
The network in this situation is already well protected by iptables and there is NO way out, except for a lan-based squid proxy (no auto, interface per browser-profile). In my situation, protecting Firefox to use the network is not necessary at all!?
Found no way to run Firefox with the normal network (probably too deept in the docs?), keeping all other protections by firejail in place.
Describe alternatives you've considered
Searching internet, considering netcat - too complicated for me at the moment.
@kmk3 commented on GitHub (Sep 10, 2024):
Duplicate of #1139