Message 281329 - Python tracker
Message281329
| 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:55 | xdegaye | set | recipients: + xdegaye |
| 2016-11-21 08:12:55 | xdegaye | set | messageid: <1479715975.06.0.930254771903.issue28759@psf.upfronthosting.co.za> |
| 2016-11-21 08:12:54 | xdegaye | link | issue28759 messages |
| 2016-11-21 08:12:54 | xdegaye | create | |