this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

execve: Use the vchroot-expanded path for the interpreter

+1 -1
+1 -1
src/kernel/emulation/linux/process/execve.c
··· 128 128 129 129 i = 0; 130 130 modargvp[i++] = mldr_path; 131 - modargvp[i++] = interp; 131 + modargvp[i++] = vc.path; // expanded later 132 132 if (arg != NULL) 133 133 modargvp[i++] = arg; 134 134 modargvp[i] = fname;