Searched refs:tomoyo_numscan (Results 1 – 1 of 1) sorted by relevance
| /linux/security/tomoyo/ |
| H A D | common.c | 2026 static bool tomoyo_numscan(const char *str, const char *head, int *width, const char tail) in tomoyo_numscan() function 2076 if (tomoyo_numscan(cp, "pipe:[", &width, ']')) { in tomoyo_patternize_path() 2082 if (tomoyo_numscan(cp, "socket:[", &width, ']')) { in tomoyo_patternize_path() 2091 } else if (tomoyo_numscan(cp, "proc:/", &width, 0)) { in tomoyo_patternize_path() 2106 if (tomoyo_numscan(cp, "/task/", &width, 0)) { in tomoyo_patternize_path() 2111 if (tomoyo_numscan(cp, "/fd/", &width, 0)) { in tomoyo_patternize_path() 2114 } else if (tomoyo_numscan(cp, "/fdinfo/", &width, 0)) { in tomoyo_patternize_path()
|