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 xdegaye
Recipients xdegaye
Date 2016-11-21.08:12:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1479715975.06.0.930254771903.issue28759@psf.upfronthosting.co.za>
In-reply-to
Content
List of the tests that fail with PermissionError when run as a non-root user on an Android emulator (API 24) and fixed by this patch:
    test_posix test_shutil test_stat test_genericpath test_ntpath test_posixpath test_macpath test_eintr test_pathlib
Android uses SELinux mandatory access control (MAC), see:
    https://source.android.com/security/selinux/
Android commit message that does not grant hard link capabilities by default:
    https://android.googlesource.com/platform/external/sepolicy/+/85ce2c7
History
Date User Action Args
2016-11-21 08:12:55xdegayesetrecipients: + xdegaye
2016-11-21 08:12:55xdegayesetmessageid: <1479715975.06.0.930254771903.issue28759@psf.upfronthosting.co.za>
2016-11-21 08:12:54xdegayelinkissue28759 messages
2016-11-21 08:12:54xdegayecreate