libcosmos
Linux C++ System Programming Library
Loading...
Searching...
No Matches
cosmos::SigInfo::ProcessCtx Struct Reference

Information about the process a signal is from or about. More...

#include <SigInfo.hxx>

Public Attributes

ProcessID pid
 PID of the process.
 
UserID uid
 real user ID of the process
 

Detailed Description

Information about the process a signal is from or about.

Note that the pid and uid information is not necessarily to be trusted, rt_sigqueueinfo() allows user space to fill in arbitrary values here. Only privileged processes or processes running under the same UID as the target process may send signals. In some scenarios this may still be an issue.

For Source::KERNEL the values should be safe, though. See also isTrustedSource().

Definition at line 105 of file SigInfo.hxx.

Member Data Documentation

◆ pid

ProcessID cosmos::SigInfo::ProcessCtx::pid

PID of the process.

Definition at line 106 of file SigInfo.hxx.

◆ uid

UserID cosmos::SigInfo::ProcessCtx::uid

real user ID of the process

Definition at line 107 of file SigInfo.hxx.


The documentation for this struct was generated from the following file: