Configure Linux permissions for boringtun
masterOn Linux, boringtun drops privileges by default. To allow the executable to manage network interfaces without running the entire process as root, grant it the CAP_NET_ADMIN capability:
sudo setcap cap_net_admin+epi boringtun
sudo setcap cap_net_admin+epi boringtun