Re: [PATCH v2 2/2] compositor: check if seteuid worked

2013-09-25 Thread Damian, Alexandru
Funky, I tested the correct patch and then submitted this garbage. Thanks for spotting this, new patch in the mail. Alex On Wed, Sep 25, 2013 at 2:36 PM, Emilio Pozuelo Monfort wrote: > Hi, > > On 25/09/13 14:48, Alex DAMIAN wrote: > > From: Alexandru DAMIAN > > > > Checking the return value

Re: [PATCH v2 2/2] compositor: check if seteuid worked

2013-09-25 Thread Emilio Pozuelo Monfort
Hi, On 25/09/13 14:48, Alex DAMIAN wrote: > From: Alexandru DAMIAN > > Checking the return value from seteuid in > order to not launch clients with the wrong effective uid. > > Signed-off-by: Alexandru DAMIAN > --- > src/compositor.c | 7 +-- > 1 file changed, 5 insertions(+), 2 deletions

[PATCH v2 2/2] compositor: check if seteuid worked

2013-09-25 Thread Alex DAMIAN
From: Alexandru DAMIAN Checking the return value from seteuid in order to not launch clients with the wrong effective uid. Signed-off-by: Alexandru DAMIAN --- src/compositor.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/compositor.c b/src/compositor.c index b