Home
last modified time | relevance | path

Searched refs:tomoyo_numscan (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/security/tomoyo/
H A Dcommon.c1993 static bool tomoyo_numscan(const char *str, const char *head, int *width, const char tail) in tomoyo_numscan() function
2043 if (tomoyo_numscan(cp, "pipe:[", &width, ']')) { in tomoyo_patternize_path()
2049 if (tomoyo_numscan(cp, "socket:[", &width, ']')) { in tomoyo_patternize_path()
2058 } else if (tomoyo_numscan(cp, "proc:/", &width, 0)) { in tomoyo_patternize_path()
2073 if (tomoyo_numscan(cp, "/task/", &width, 0)) { in tomoyo_patternize_path()
2078 if (tomoyo_numscan(cp, "/fd/", &width, 0)) { in tomoyo_patternize_path()
2081 } else if (tomoyo_numscan(cp, "/fdinfo/", &width, 0)) { in tomoyo_patternize_path()