mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #3838] --x11=none --netns=isolated invalidly errors on the abstract X11 socket being accessible #2416
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#2416
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 @faern on GitHub (Dec 19, 2020).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3838
Scenario + use case
I'm want to run a native Wayland program under firejail. Since it uses Wayland only I want to disable all X11 access so it can't possibly talk to XWayland to get information about running XWayland programs. My sandbox is using a separate network namespace so it can't reach other localhost sockets in any way and is also forced out via a VPN.
Problem
But since I'm assigning it a separate namespace the abstract socket is not accessible:
Expected outcome
When
--netns=somethingis given,--x11=noneshould not complain about the abstract X11 socket being accessible to the jail.Environment
Fedora 33 Workstation
Checklist