[systemd-devel] [PATCH 00/10] Device Management for systemd-logind

2013-08-25 Thread David Herrmann
Hi This series implements device management for logind. A session can now request device access directly via logind dbus APIs. It extends the org.freedesktop.login1.Session interface. The already existing interface is described at: http://www.freedesktop.org/wiki/Software/systemd/logind/

Re: [systemd-devel] [PATCH 00/10] Device Management for systemd-logind

2013-08-25 Thread Tom Gundersen
On Sun, Aug 25, 2013 at 8:46 PM, David Herrmann wrote: > logind itselfs takes care of revoking device access for inactive sessions > (synchronized with session-switches!). It also tries to resume every device > when a session is activated. But session-devices must not be used to watch > session st

Re: [systemd-devel] [PATCH 00/10] Device Management for systemd-logind

2013-08-26 Thread David Herrmann
Hi On Mon, Aug 26, 2013 at 6:37 AM, Tom Gundersen wrote: > On Sun, Aug 25, 2013 at 8:46 PM, David Herrmann wrote: >> logind itselfs takes care of revoking device access for inactive sessions >> (synchronized with session-switches!). It also tries to resume every device >> when a session is activ

Re: [systemd-devel] [PATCH 00/10] Device Management for systemd-logind

2013-08-27 Thread Tom Gundersen
On Tue, Aug 27, 2013 at 12:00 AM, David Herrmann wrote: > Hi > > On Mon, Aug 26, 2013 at 6:37 AM, Tom Gundersen wrote: >> On Sun, Aug 25, 2013 at 8:46 PM, David Herrmann >> wrote: >>> logind itselfs takes care of revoking device access for inactive sessions >>> (synchronized with session-switch