bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: RFC: [PATCH] SCM_CREDS support 1(2)


From: Samuel Thibault
Subject: Re: RFC: [PATCH] SCM_CREDS support 1(2)
Date: Wed, 16 Oct 2013 00:28:01 +0200
User-agent: Mutt/1.5.21+34 (58baf7c9f32f) (2010-12-30)

Svante Signell, le Tue 15 Oct 2013 10:33:12 +0200, a écrit :
> +       pids = __getpid();
> +       euids = __geteuid();
> +       auids = __getuid();
> +       egids = __getegid();
> +       agids = __getgid();

Err, which part of the protocol which check that these are actually the
proper value?  What prevents a process from lying its *uid and *gid
values?  That is part of what SCM_CREDS is supposed to provide.

Samuel



reply via email to

[Prev in Thread] Current Thread [Next in Thread]