mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #6397] Can we force ipvlan for network? #3261
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#3261
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 @Quackdoc on GitHub (Jul 2, 2024).
Original GitHub issue: https://github.com/netblue30/firejail/issues/6397
Is your feature request related to a problem? Please describe.
Currently it seems like firejail will always macvlan for ethernet and ipvlan for wifi. macvlan has an unfortunate side effect for network administrators of spamming "new devices" due to mac address. ipvlan due to sharing mac address with the main nic does not have this issue.
This can also potentially be an issue on networks that perform mac address whitelisting.
Describe the solution you'd like
be able to force firejail to ipvlan so as not to create issues for a network admin.
Describe alternatives you've considered
I'm not sure if there is a viable alternative with linux.
@drwankingstein commented on GitHub (Jul 15, 2024):
Strongly asking for this as well, recently got a new router which sends notifications when new devices join, which I thought would be great, until I checked and found out I had 124 new device notifications.
@osevan commented on GitHub (Jul 17, 2024):
https://ostechnix.com/configure-vlan-tagging-in-linux/
Vlan is seperated and layer2 and very cheap for kernel
We can start network apps like firefox or torrent clients in seperated vlanIDS
I hope someone of team devs can try this