mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #3274] firejail netns netstat shows /tmp/.X11-unix/X0 #2055
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#2055
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 @alextrekov3307 on GitHub (Mar 11, 2020).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3274
firejail latest stable
firejail --net=none netstat -a | grep X11Displays nothing.
firejail --netns=something netstat -a | grep X11unix 3 [ ] STREAM CONNECTED 15800928 /tmp/.X11-unix/X0The namespace contains lo and wg0.
Cannot use --net with --netns.
Is there a way to specify an interface within another network namespace to --net?
@rusty-snake commented on GitHub (May 6, 2020):
Maybe you can use
ip netns something exec firejail --net=....@rusty-snake commented on GitHub (Jun 4, 2020):
I'm closing here due to inactivity, please fell free to reopen if you have more questions.