]> git.ipfire.org Git - thirdparty/glibc.git/commit
hurd: support: Fix running SGID tests
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Fri, 18 Jul 2025 21:14:40 +0000 (23:14 +0200)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Sun, 3 Aug 2025 21:59:55 +0000 (23:59 +0200)
commitad4589e2d834c80a042a8c354fb00cf33e06802c
treee0666d401943a47994161edc9d0007f96dd8d6c6
parente1f03adef9f52c5c93d4e75295de201cbdc1b793
hurd: support: Fix running SGID tests

Secure mode is enabled only if SGID actually provides a new privilege,
so we have to drop it before gaining it again.

Fixes commit 3a3fb2ed83f79100c116c824454095ecfb335ad7
("Fix error reporting (false negatives) in SGID tests")
support/support_capture_subprocess.c