API
thSetuid_test Namespace Reference

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
 

Function Documentation

◆ logThreadStart()

void thSetuid_test::logThreadStart ( )

Definition at line 19 of file thSetuid_test.cpp.

Referenced by SCENARIO().

◆ SCENARIO()

thSetuid_test::SCENARIO ( "Setting per-thread setuid privileges"  ,
""  [libMagAOX::sys] 
)

Definition at line 28 of file thSetuid_test.cpp.

Variable Documentation

◆ th_euidCalled

uid_t thSetuid_test::th_euidCalled

Definition at line 16 of file thSetuid_test.cpp.

Referenced by logThreadStart(), and SCENARIO().

◆ th_euidReal

uid_t thSetuid_test::th_euidReal

Definition at line 15 of file thSetuid_test.cpp.

Referenced by logThreadStart(), and SCENARIO().

◆ th_suid

uid_t thSetuid_test::th_suid

Definition at line 17 of file thSetuid_test.cpp.

Referenced by logThreadStart().

◆ timeToDie

bool thSetuid_test::timeToDie

Definition at line 13 of file thSetuid_test.cpp.

Referenced by logThreadStart(), and SCENARIO().