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 jort.bloem
Recipients jort.bloem
Date 2016-08-04.20:44:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1470343482.28.0.365470977104.issue27687@psf.upfronthosting.co.za>
In-reply-to
Content
When using shutil.move() between mounts (i.e. when it does a copy/delete), running as root, ownership should be maintained.

To test: log in as root, create a file owned by a regular user. In python, use shutil.move() to move it to another mountpoint. Check that the ownership of the moved file is the same as the ownership of the original file.
History
Date User Action Args
2016-08-04 20:44:42jort.bloemsetrecipients: + jort.bloem
2016-08-04 20:44:42jort.bloemsetmessageid: <1470343482.28.0.365470977104.issue27687@psf.upfronthosting.co.za>
2016-08-04 20:44:42jort.bloemlinkissue27687 messages
2016-08-04 20:44:41jort.bloemcreate