Issue 29067: Source archive: wrong directory attributes (original) (raw)

Issue29067

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:41 admin set github: 73253
2022-03-24 00:33:57 iritkatriel set status: open -> closednosy: + iritkatrielmessages: + resolution: out of datestage: resolved
2016-12-25 12:49:04 ned.deily set assignee: ned.deilynosy: + ned.deily
2016-12-25 08:25:57 amig create