libcosmos
Linux C++ System Programming Library
|
User and group credentials of a peer process. More...
#include <unix_aux.hxx>
Public Member Functions | |
UnixCredentials () | |
Create credentials all set to INVALID values. | |
UnixCredentials (const ProcessID p_pid, const UserID p_uid, const GroupID p_gid) | |
Create credentials using the given values. | |
void | setCurrentCreds () |
Fill in the credentials from the current process context. | |
auto | processID () |
auto | userID () |
auto | groupID () |
User and group credentials of a peer process.
This type is used to indicate process credentials passed over a UNIX domain socket. It is used in UnixOptions::credentials() and in the UnixCredentialsMessage ancillary message.
Definition at line 28 of file unix_aux.hxx.
|
inline |
Create credentials all set to INVALID values.
Definition at line 32 of file unix_aux.hxx.
|
inline |
Create credentials using the given values.
Definition at line 37 of file unix_aux.hxx.
|
inline |
Definition at line 52 of file unix_aux.hxx.
|
inline |
Definition at line 50 of file unix_aux.hxx.
void cosmos::UnixCredentials::setCurrentCreds | ( | ) |
Fill in the credentials from the current process context.
The current process ID, effective UID and effective GID will be set in the structure.
Definition at line 14 of file unix_aux.cxx.
|
inline |
Definition at line 51 of file unix_aux.hxx.