From: Mike Yuan Date: Fri, 24 Oct 2025 21:40:12 +0000 (+0200) Subject: TEST-35-LOGIN: test coldplug without fdstore on kernels with pidfd id X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F39440%2Fhead;p=thirdparty%2Fsystemd.git TEST-35-LOGIN: test coldplug without fdstore on kernels with pidfd id --- diff --git a/test/units/TEST-35-LOGIN.sh b/test/units/TEST-35-LOGIN.sh index 56059ee5e49..813ea593803 100755 --- a/test/units/TEST-35-LOGIN.sh +++ b/test/units/TEST-35-LOGIN.sh @@ -32,13 +32,15 @@ Environment=SYSTEMD_LOG_LEVEL=debug EOF # We test "coldplug" (completely stop and start logind) here. So we need to preserve - # the fdstore, which might contain session leader pidfds. This is extremely rare use case - # and shall not be considered fully supported. + # the fdstore, which might contain session leader pidfds, but only if pidfd id isn't + # a thing. This is extremely rare use case and shall not be considered fully supported. # See also: https://github.com/systemd/systemd/pull/30610#discussion_r1440507850 - systemctl edit --runtime --stdin systemd-logind.service --drop-in=fdstore-preserve.conf <