Good day! We would like to request auto-connect
of the network-control
plug for our snap,
adguard-home. It's
an adblocking DNS server, so it should be able to bind
to a device and wait for incoming connections on that
device. We're ready to respond to any concerns.
Original message, minus a link, below:
Good day! I'm one of the developers
of AdGuardHome, a privacy-enhancing DNS server. Starting
with one of our recent releases we require
the CAP_NET_RAW
capability on Linux systems
to listen UDP packets (DHCP, to be precise) on a particular
interface through SO_BINDTODEVICE
. We've added
the network-manager
plug,
which seems
to be the one we need, but that still doesn't seem to add
the capability, as we get a “permission denied” error in our
logs. With --devmode
everything works
as intended.
Are we missing something? Do we need some form of manual review? Thanks!