Re: [systemd-devel] [PATCH] pam_systemd: Ignore vtnr when seat != seat0

2014-01-26 Thread Zbigniew Jędrzejewski-Szmek
On Fri, Jan 24, 2014 at 11:23:01AM -0700, Matthew Monaco wrote: From: Matthew Monaco matthew.mon...@0x01b.net logind considers it an error for a seat other than seat0 to have a non-zero vtnr for CreateSession --- This is what I've been using for the past 3 weeks. Looks ok. Applied.

[systemd-devel] [PATCH] pam_systemd: Ignore vtnr when seat != seat0

2014-01-24 Thread Matthew Monaco
From: Matthew Monaco matthew.mon...@0x01b.net logind considers it an error for a seat other than seat0 to have a non-zero vtnr for CreateSession --- This is what I've been using for the past 3 weeks. src/login/pam-module.c | 6 ++ 1 file changed, 6 insertions(+) diff --git