We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9052402 commit ead25a5Copy full SHA for ead25a5
1 file changed
app/src/main/jni/rootcloak.c
@@ -110,7 +110,6 @@ int open(const char *path, int oflag, ... ) {
110
int status;
111
regex_t re;
112
113
- #if 0
114
if (regcomp(&re, "^/proc/[0-9]+/(stat|cmdline)$", REG_EXTENDED | REG_NOSUB) == 0) {
115
status = regexec(&re, path, 0, NULL, 0);
116
regfree(&re);
0 commit comments