disable setuid configure checks
authorMichael Tokarev <mjt@tls.msk.ru>
Fri, 8 Apr 2022 08:50:21 +0000 (11:50 +0300)
committerMichael Tokarev <mjt@tls.msk.ru>
Thu, 25 Jul 2024 08:35:21 +0000 (11:35 +0300)
commitc1bc3f418a27716b9ac10c5f2cfeebb76c5a4be1
treec699af3abd76fdb3a79d2b90346856d0f33373e9
parent172e5d0a653b6a1efc57e84c13178a1cfa7296b3
disable setuid configure checks

For some strange reason, when running reprotest test on salsa-ci,
which apparently is running as root, - on the *second* build only
the configure fails (after successfully built package the first
time). The configure test tries to change gid and verifies it
actually changed (not that the syscall exist), - and that fails.
Since it is extremely uncommon to configure the build process as
root, salsa-ci test environment details are quite deep down the line,
and we know the syscall actually works, just disable the probe,
pretending we are not root.

Gbp-Pq: Name disable-setuid-confchecks.patch
source3/lib/util_sec.c