suid/sudo in python

rustom rustompmody at gmail.com
Mon Mar 30 02:35:52 EDT 2009


Im trying to write a program that has su permissions for some file
system tasks and is non-su elsewhere. This is typically done in C with
suid root owned code.

What is the python paradigm for this kind of thing? (if at all)



More information about the Python-list mailing list