From: Lennart Poettering Date: Wed, 15 Jan 2025 15:53:43 +0000 (+0100) Subject: logind: register PAM sessions via Varlink instead of D-Bus (#35264) X-Git-Tag: v258-rc1~1597 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d2c7f8242b2a76190e60061947fbf592f58bec29;p=thirdparty%2Fsystemd.git 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. --- d2c7f8242b2a76190e60061947fbf592f58bec29