test-setresuid.cc

Go to the documentation of this file.
00001 #define _GNU_SOURCE
00002 #include <unistd.h>
00003 int main(int argc, char **argv)
00004 {
00005    setresuid(0, 0, 0);
00006    setresgid(0, 0, 0);
00007 }

Generated on Tue Jul 5 14:46:13 2011 for ROOT_528-00b_version by  doxygen 1.5.1