diff options
author | Steve Dower <steve.dower@python.org> | 2024-01-16 16:40:02 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-16 16:40:02 (GMT) |
commit | de4ced54eb08e8630e3b6c13436d4ecc3fb14708 (patch) | |
tree | faade82d2a27d1b084ef435fe15de3c9208a7090 /Misc/NEWS.d/next/Windows | |
parent | 31a2543c80e1e38c97e50533249d9aa00e2f6cae (diff) | |
download | cpython-de4ced54eb08e8630e3b6c13436d4ecc3fb14708.zip cpython-de4ced54eb08e8630e3b6c13436d4ecc3fb14708.tar.gz cpython-de4ced54eb08e8630e3b6c13436d4ecc3fb14708.tar.bz2 |
gh-114096: Restore privileges in _winapi.CreateJunction after creating the junction (GH-114089)
This avoids impact on later parts of the application which may be able to do things they otherwise shouldn't.
Diffstat (limited to 'Misc/NEWS.d/next/Windows')
-rw-r--r-- | Misc/NEWS.d/next/Windows/2024-01-15-23-53-25.gh-issue-114096.G-Myja.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2024-01-15-23-53-25.gh-issue-114096.G-Myja.rst b/Misc/NEWS.d/next/Windows/2024-01-15-23-53-25.gh-issue-114096.G-Myja.rst new file mode 100644 index 0000000..f28fc04 --- /dev/null +++ b/Misc/NEWS.d/next/Windows/2024-01-15-23-53-25.gh-issue-114096.G-Myja.rst @@ -0,0 +1,3 @@ +Process privileges that are activated for creating directory junctions are +now restored afterwards, avoiding behaviour changes in other parts of the +program. |