> Howdy, > > I had to do: > > # setcap cap_net_bind_service=+ep /usr/local/bin/uwsgi > > But now it works! Thanks you! This either is a bug, or something that we > need to update the docs on. What say you Roberto De Ioris and Łukasz > Mierzwa? > > Thanks!, > Jason Swindle, >
Capabilities framework (and docs) have been written when the support in the kernel was different. Basically (currently) whenever you call exec() the binary is checked against file system capabilities. This is not very handy, but i understand the reasons behind it. Docs should be updated for recent kernels. -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
