UID/GID should be preserved in the master process.
For example when starting uwsgi system-wide it chdir() with UID/GID 0.
After setuid()/setgid() to any other ID, then send a HUP it keeps the
privileges that it has changed to.
Which in turn may result in permission denies.
So, to sum it up:
Changin UID/GID on the master process results in unpredictable permission
errors.
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi