mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #3715] Why do network interfaces get removed when specified with firejail? #2338
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#2338
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 @seonwoolee on GitHub (Oct 31, 2020).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3715
Bug and expected behavior
firejail --interface=enp4s0.100 firefox, theenp4s0.100interface gets moved to the namespace of the firejail'd firefox. That's fine. But when I exit firefox, theenp4s0.100interface doesn't get restored; it's just deleted.The
enp4s0.100interface should be restored.My
enp4s0.100interface is a virtual interface associated with VLAN tag 100 onenp4s0. I don't want this interface deleted every time I run firefox in a firejail specifying this interface.@netblue30 commented on GitHub (Nov 1, 2020):
We don't support VLAN interfaces at the moment, not sure what will happen if you try to use it. I'll add proper support for VLAN.
@seonwoolee commented on GitHub (Nov 1, 2020):
From my testing, aside from the interface disappearing once firejail is invoked using the interface, it works perfectly.