Open GoogleCodeExporter opened 9 years ago
A cleaner version of the same code would be
if os.getuid()==0:
os.setgid(65534)
os.setuid(65534)
i.e. "if you are root, become nobody"
Original comment by denissu...@gmail.com
on 28 May 2009 at 12:52
Original issue reported on code.google.com by
denissu...@gmail.com
on 27 May 2009 at 5:47