> Hi guys, > I'm asking this question, because I'm not sure. > I have two apps in a django project, with two uwsgi processes as vassal > in emperor mode.One vassal running as root and the other as web user.Do > this two process share the same address space, if so are there any risk > the web userescalating root privileges? Or any suggestions around this. > Thanks
vassals are completely different process groups, they share nothing (even if obviously anything you run as root is potentially dangerous) -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
