GNS3 / ubridge

Bridge for UDP tunnels, Ethernet, TAP and VMnet interfaces.
GNU General Public License v3.0
110 stars 46 forks source link

Dropping setuid privileges when not needed #30

Open grossmj opened 7 years ago

grossmj commented 7 years ago

We use setuid on OSX only. For additional security we could implement something like this.

https://www.safaribooksonline.com/library/view/secure-programming-cookbook/0596003943/ch01s03.html

grossmj commented 1 year ago

We need the setuid to capture packets using the libpcap. We could check how Wireshark handle this.