]> git.ipfire.org Git - thirdparty/systemd.git/commit
logind: register PAM sessions via Varlink instead of D-Bus (#35264)
authorLennart Poettering <lennart@poettering.net>
Wed, 15 Jan 2025 15:53:43 +0000 (16:53 +0100)
committerGitHub <noreply@github.com>
Wed, 15 Jan 2025 15:53:43 +0000 (16:53 +0100)
commitd2c7f8242b2a76190e60061947fbf592f58bec29
treec6f1b6f5460b8a85bb9a9423319a65fe94ce8d9c
parent6013dee98d6543ac290a2938c4ec8494e26531ab
parent4582f8d7a59d774a92b1da333996766aa9c9be76
logind: register PAM sessions via Varlink instead of D-Bus (#35264)

This makes things a bit faster (because it cuts down a bit on
roundtrips) and prepares ground so that one day we can let logind run in
earlier boot already, making it a bit less special.

communication between logind and pid1 is still dbus only, hence there's
a lot of room for further improvement I guess.