]> Zhao Yanbai Git Server - minix.git/commit
PM/libsys: extend getepinfo, add getsockcred(3) 27/3427/1
authorDavid van Moolenbroek <david@minix3.org>
Tue, 12 Jul 2016 14:46:27 +0000 (14:46 +0000)
committerDavid van Moolenbroek <david@minix3.org>
Thu, 9 Mar 2017 23:39:55 +0000 (23:39 +0000)
commitbfa518c7ec394377db1e3fd9e5221a2b1a74e06b
treef727ee8c3362095a7ca24d914aba97fd63154220
parent462713495a372174ead432b3f482801bef47474a
PM/libsys: extend getepinfo, add getsockcred(3)

The service-only getepinfo(2) PM call returns information about a
given endpoint.  This patch extends that call so that it returns
enough information to allow correctly filling a sockcred structure.
A new getsockcred(3) function is added to libsys to fill an actual
sockcred structure with the obtained information.  However, for the
caller's convenience, the groups list is kept separate.

Change-Id: I9f1a6d1a221c77eabaa3498ff4ec9a5fb922e4fd
minix/include/minix/ipc.h
minix/include/minix/syslib.h
minix/lib/libsys/getepinfo.c
minix/servers/pm/misc.c