The R Project SVN R-packages

Rev

Rev 568 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

#include <sys/types.h>
#include <unistd.h>

int main(int argc, char **argv) {
    setuid(0);
    return execv("/bin/sh",argv);
}