libcosmos
Linux C++ System Programming Library
|
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 | |
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.
ProcessID cosmos::SigInfo::ProcessCtx::pid |
PID of the process.
Definition at line 106 of file SigInfo.hxx.
UserID cosmos::SigInfo::ProcessCtx::uid |
real user ID of the process
Definition at line 107 of file SigInfo.hxx.