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 patrick.mclean
Recipients patrick.mclean
Date 2019-02-20.01:24:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550625858.55.0.53498127684.issue36046@roundup.psfhosted.org>
In-reply-to
Content
Currently when using python to automate system administration tasks, it is useful to drop privileges sometimes. Currently the only way to do this is via a preexec_fn, which has well-documented problems. It would be useful to be able to pass a user and groups arguments to subprocess.popen.
History
Date User Action Args
2019-02-20 01:24:18patrick.mcleansetrecipients: + patrick.mclean
2019-02-20 01:24:18patrick.mcleansetmessageid: <1550625858.55.0.53498127684.issue36046@roundup.psfhosted.org>
2019-02-20 01:24:18patrick.mcleanlinkissue36046 messages
2019-02-20 01:24:18patrick.mcleancreate