Updated exec functions
This commit is contained in:
@@ -323,6 +323,7 @@ int exec_nosuid(char *mandato)
|
||||
if (pid == -1)
|
||||
return 1;
|
||||
if (pid == 0) {
|
||||
msleep(150);
|
||||
char *argv[4];
|
||||
argv[0] = (char *)"sh";
|
||||
argv[1] = (char *)"-c";
|
||||
|
Reference in New Issue
Block a user