Functions | |
void | logThreadStart () |
SCENARIO ("Setting per-thread setuid privileges", "[libMagAOX::sys]") | |
Variables | |
bool | timeToDie |
uid_t | th_euidReal |
uid_t | th_euidCalled |
uid_t | th_suid |
void thSetuid_test::logThreadStart | ( | ) |
Definition at line 19 of file thSetuid_test.cpp.
Referenced by SCENARIO().
thSetuid_test::SCENARIO | ( | "Setting per-thread setuid privileges" | , |
"" | [libMagAOX::sys] | ||
) |
Definition at line 28 of file thSetuid_test.cpp.
uid_t thSetuid_test::th_euidCalled |
Definition at line 16 of file thSetuid_test.cpp.
Referenced by logThreadStart(), and SCENARIO().
uid_t thSetuid_test::th_euidReal |
Definition at line 15 of file thSetuid_test.cpp.
Referenced by logThreadStart(), and SCENARIO().
uid_t thSetuid_test::th_suid |
Definition at line 17 of file thSetuid_test.cpp.
Referenced by logThreadStart().
bool thSetuid_test::timeToDie |
Definition at line 13 of file thSetuid_test.cpp.
Referenced by logThreadStart(), and SCENARIO().