netfishers-onl / Netshot

Network Configuration and Compliance Management
http://www.netfishers.onl/netshot
249 stars 60 forks source link

Update systemd-netshot with AmbientCapabilities #237

Closed maniack closed 2 years ago

maniack commented 2 years ago

If you want the service to listen on privileged ports when starting the service as unprivileged user, it is better to use systemd's built-in functionality than scripts in if-up.d

https://www.freedesktop.org/software/systemd/man/systemd.exec.html#AmbientCapabilities=

SCadilhac commented 2 years ago

Thanks!