mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #541] Allow firejail to use an anonymous bridge #378
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#378
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 @c-MM on GitHub (May 26, 2016).
Original GitHub issue: https://github.com/netblue30/firejail/issues/541
I have an anonymous bridge on mys system which is in an different vlan used for testing deployments. This bridge has no IP address on my host.
root@ovid:~# firejail --noprofile --net=br1 --ip=10.0.1.233/23 --defaultgw=10.0.1.254 bash Error: interface br1 is not configuredroot@ovid:~# ip a s dev br1 5: br1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default link/ether ac:22:0b:4e:59:c4 brd ff:ff:ff:ff:ff:ff inet6 fe80::ae22:bff:fe4e:59c4/64 scope link valid_lft forever preferred_lft foreverI don't want my host to have connectivity to the subnet, that's why I don't assign an IP address to the bridge. As soon as I assign an address to the bridge, it works.
Is there a reason why firejail requires an address on a bridge?
Thanks in advance and thanks for firejail!
@netblue30 commented on GitHub (Jun 4, 2016):
All done, you can try the version in git.
@c-MM commented on GitHub (Jun 4, 2016):
Great, thanks a lot. I'll test it.