Re: How to check UID of process on the other side of local TCP/UDP connection

"Vladimir Mitiouchev" <[email protected]> Mon, 27 Nov 2006 21:06:30 +0100
Newsgroups gmane.comp.security.linux
Message-ID <[email protected]>
On 11/24/06, [email protected] <[email protected]> wrote:
> Do you have any ideas how this local
> authentication can be achieved in some
> different way?
identd
fstat (BSD)
lsof(Linux)

> Unix sockets (unless of course Unix sockets are
> the only good way to
> resolve my problems).
SCM_CREDS (BSD)
SO_PEERCRED (Linux)

-- 
Sincerely Yours,
Vladimir Mitiouchev