venv module not respecting ACLs #127172
Labels
stdlib
Python modules in the Lib dir
topic-venv
Related to the venv module
type-bug
An unexpected behavior, bug, or error
Bug report
Bug description:
First, let's do some setup.
I've got the same result on my RHEL9.4 machine, the docker here is just to produce a minimal example.
Now, let's grab a control sample:
Now, let's enable some ACLs, and repeat the experiment.
As one may notice, the access bits on
bar
andpip*
differ (as expected they got theg+w
bit). Unfortunately, the bit is missing from theactivate*
files which is unexpected.CPython versions tested on:
3.13
Operating systems tested on:
Linux
The text was updated successfully, but these errors were encountered: