void-packages/srcpkgs/coturn/INSTALL
Frank Steinborn e2a2c44eec coturn: allow to bind to ports below 1024
In some cases (corporate firewalls, hospitals) it may be desirable to
have a TURN service on 443 because this is open in every case.

To allow that, allow the turnserver to bind to ports below 1024.
2022-11-29 19:07:27 -05:00

5 lines
87 B
Text

case "${ACTION}" in
post)
setcap CAP_NET_BIND_SERVICE=+ep usr/bin/turnserver
;;
esac