mirror of
https://github.com/python/cpython.git
synced 2026-05-10 14:41:01 -04:00
5751530f51
``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>