Re: [PATCH xserver] os: Treat ssh as a non-local client (v4)

2016-04-05 Thread poma
On 28.03.2016 11:11, Michel Dänzer wrote: > From: Adam Jackson > > By the time we get to ComputeLocalClient, we've already done > NextAvailableClient → ReserveClientIds → DetermineClientCmd (assuming > we're built with #define CLIENTIDS), so we can look up the name of the > client process and ref

Re: [PATCH xserver] os: Treat ssh as a non-local client (v4)

2016-03-28 Thread Adam Jackson
On Mon, 2016-03-28 at 18:11 +0900, Michel Dänzer wrote: > From: Adam Jackson > > By the time we get to ComputeLocalClient, we've already done > NextAvailableClient → ReserveClientIds → DetermineClientCmd (assuming > we're built with #define CLIENTIDS), so we can look up the name of the > client p

[PATCH xserver] os: Treat ssh as a non-local client (v4)

2016-03-28 Thread Michel Dänzer
From: Adam Jackson By the time we get to ComputeLocalClient, we've already done NextAvailableClient → ReserveClientIds → DetermineClientCmd (assuming we're built with #define CLIENTIDS), so we can look up the name of the client process and refuse to treat ssh's X forwarding as if it were local.