#include <unistd.h> int main(int argc, char** argv) { setuid(0); return execvp(argv[1], &argv[1]); }
The Open Build Service is an openSUSE project.