You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 15, 2019. It is now read-only.
Currently the drones does not drop privileges, this is because after dropping privileges we cannot bind to ports < 1024 anymore. A workaround on the linux platform could be to set cap_net_bind_service=+ep on bin/beeswarm which tells the kernel that this binary can bind to ports < 1024 without root.
The text was updated successfully, but these errors were encountered:
Currently the drones does not drop privileges, this is because after dropping privileges we cannot bind to ports < 1024 anymore. A workaround on the linux platform could be to set cap_net_bind_service=+ep on bin/beeswarm which tells the kernel that this binary can bind to ports < 1024 without root.
The text was updated successfully, but these errors were encountered: