This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ocean-city
Recipients ocean-city, zamotcr
Date 2009-03-07.18:20:40
SpamBayes Score 4.3790774e-08
Marked as misclassified No
Message-id <1236450041.58.0.839003371525.issue5435@psf.upfronthosting.co.za>
In-reply-to
Content
Probably this is short code to reproduce "permission denied".

import os, pwd
nobody = pwd.getpwnam('nobody')[2]
os.setuid(nobody)
open("dummy.txt", "w").write("foo") # permission denied

Still I cannot understand what's going on. Is debian more secure than
other unixes?
History
Date User Action Args
2009-03-07 18:20:41ocean-citysetrecipients: + ocean-city, zamotcr
2009-03-07 18:20:41ocean-citysetmessageid: <1236450041.58.0.839003371525.issue5435@psf.upfronthosting.co.za>
2009-03-07 18:20:41ocean-citylinkissue5435 messages
2009-03-07 18:20:40ocean-citycreate