cpython/Lib/test/test_import
Miss Islington (bot) 5751530f51
gh-94315: Check for DAC override capability (GH-94316)
``os.geteuid() == 0`` is not a reliable check whether the current user
has the capability to bypass permission checks. Tests now probe for DAC
override.
(cherry picked from commit 7e0d98ecb3)

Co-authored-by: Christian Heimes <christian@python.org>
2022-06-27 11:51:45 -07:00
..
data
__init__.py gh-94315: Check for DAC override capability (GH-94316) 2022-06-27 11:51:45 -07:00
__main__.py