]> git.ipfire.org Git - thirdparty/systemd.git/commit
userdb: suppress userdb queries for backends indicating uid/gid/name range info via...
authorLuca Boccassi <luca.boccassi@gmail.com>
Mon, 13 Jul 2026 23:19:32 +0000 (00:19 +0100)
committerGitHub <noreply@github.com>
Mon, 13 Jul 2026 23:19:32 +0000 (00:19 +0100)
commit4e67935b77a0eb8e7d954ba37510355691ed1585
tree67eca3c4f9c3b25d39c98dc94673eec7fec67197
parent1fcd92a21464d5d8466c1990490015793ec5231e
parent649ab380e1de1e6e643fe12af20d3d5f1b353897
userdb: suppress userdb queries for backends indicating uid/gid/name range info via xattrs on entrypoint sockets (#42961)

Let's optimize userdb queries a bit: by encoding the covered UID/GID
ranges and user/group name patterns on the varlink entrypoint sockets
for userdb backends we can make them wake up less and reduce the work
triggered by queries.