mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-02-14 17:49:53 +00:00
title, homepage, tagline
| title | homepage | tagline |
|---|---|---|
| setcap-netbind | https://github.com/webinstall/webi-installers/setcap-netbind/README.md | setcap-netbind: Give a binary the ability to bind to privileged ports. |
setcap-netbind will grant the specified program the ability to listen on privileged ports, such as 80 (http) and 443 (https) without root privileges or sudo. It seeks out the specified binary in your path and reads down symlinks to make usage as painless as possible.
Cheat Sheet
sudo setcap-netbind node
This is the same as running the full command:
sudo setcap 'cap_net_bind_service=+ep' $(readlink -f $(which node))