From 53e24b49b05adaf21b1835a8052e2c34aa2c8c7e Mon Sep 17 00:00:00 2001 From: Giovanni Campagna Date: Mon, 7 May 2012 18:58:11 +0200 Subject: daemon: Port GdmSession to use GDBus GdmSession is an object in the slave that manages the various session worker processes. Each session worker process talks to PAM to perform authentication for the user. For instance, if the user has a fingerprint reader, then there will normally be two worker processes, one for handling fingerprint auth, and one for handling password auth. GdmSession is the interface layer in the slave to talking to those running worker processes. This commit ports GdmSession over to GDBus from dbus-glib. https://bugzilla.gnome.org/show_bug.cgi?id=622888 --- daemon/gdm-session.xml | 159 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 159 insertions(+) create mode 100644 daemon/gdm-session.xml (limited to 'daemon/gdm-session.xml') diff --git a/daemon/gdm-session.xml b/daemon/gdm-session.xml new file mode 100644 index 00000000..c320c097 --- /dev/null +++ b/daemon/gdm-session.xml @@ -0,0 +1,159 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.1