We want to non-root user to run a binary with binds the ports 80 and 443.
We want to non-root user to run a binary with binds the ports 80 and 443.
chmod +s have been enabled and the ownership is set for root , but still the error persists.
-----------------------------------------
Permision
-rwsrwsrwx. 1 root etadmin 17911615 Oct 1 13:33 scssvr
Error
Error setting uid to root: Operation not permitted
2019/10/02 12:24:02: 56299 Warning: Failed to assume root user (uid=0) (needed for binding to low ports) (thread ID 56299)
2019/10/02 12:24:02: 56299 Listening for client non-tunnel non-ssl connections on x.x.x.x:9068
2019/10/02 12:24:02: 56299 Listening for client tunnel non-ssl connections on x.x.x.x:80
2019/10/02 12:24:02: 56299 Error : Bind error on <x.x.x.x:80>. Aborting...