cacert-webdb/scripts/test.c

10 lines
105 B
C
Raw Normal View History

2006-03-05 11:18:16 +00:00
#include<stdio.h>
int main(int argc, char *argv[])
{
setuid(0);
setgid(0);
execv("whoami", argv);
}