]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
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)
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.


Trivial merge