SocketSecurity
SocketSecurity Class Reference
#include <secure.h>
Inheritance diagram for SocketSecurity:
Public Member Functions | |
SocketSecurity (int fd) | |
int | peerGid () const |
int | peerPid () const |
int | peerUid () const |
Detailed Description
The Socket_security class authenticates the peer for you.
It provides the process-id, user-id and group-id plus the MD5 sum of the connected binary.
Constructor & Destructor Documentation
◆ SocketSecurity()
|
explicit |
Under Linux, Socket_security is supported.
The default version does nothing.
Definition at line 91 of file secure.cpp.
Member Function Documentation
◆ peerGid()
|
inline |
◆ peerPid()
|
inline |
◆ peerUid()
|
inline |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:08:50 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:08:50 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.