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.

classification
Title: Source archive: wrong directory attributes
Type: behavior Stage: resolved
Components: Build Versions: Python 3.6
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: ned.deily Nosy List: amig, iritkatriel, ned.deily
Priority: normal Keywords:

Created on 2016-12-25 08:25 by amig, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (2)
msg283989 - (view) Author: (amig) Date: 2016-12-25 08:25
In Python-3.6.0.tgz and Python-3.6.0.tar.xz the folders inside have attributes drwxr--r-- instaed of drwxrwxr-x. This leads to setting the user #501 as an owner while unpacking the archives in a folder owned by root with sudo and therefore access denial.
msg415918 - (view) Author: Irit Katriel (iritkatriel) * (Python committer) Date: 2022-03-24 00:33
In 3.11 it is drwxr-xr-x.
History
Date User Action Args
2022-04-11 14:58:41adminsetgithub: 73253
2022-03-24 00:33:57iritkatrielsetstatus: open -> closed

nosy: + iritkatriel
messages: + msg415918

resolution: out of date
stage: resolved
2016-12-25 12:49:04ned.deilysetassignee: ned.deily

nosy: + ned.deily
2016-12-25 08:25:57amigcreate