Home
last modified time | relevance | path

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

/security/tomoyo/
Dutil.c678 const char *pattern, in tomoyo_file_matches_pattern2() argument
681 while (filename < filename_end && pattern < pattern_end) { in tomoyo_file_matches_pattern2()
686 if (*pattern != '\\') { in tomoyo_file_matches_pattern2()
687 if (*filename++ != *pattern++) in tomoyo_file_matches_pattern2()
692 pattern++; in tomoyo_file_matches_pattern2()
693 switch (*pattern) { in tomoyo_file_matches_pattern2()
729 && strncmp(filename + 1, pattern, 3) == 0) { in tomoyo_file_matches_pattern2()
731 pattern += 2; in tomoyo_file_matches_pattern2()
740 pattern + 1, pattern_end)) in tomoyo_file_matches_pattern2()
743 if (c == '.' && *pattern == '@') in tomoyo_file_matches_pattern2()
[all …]
Dcommon.h951 const struct tomoyo_path_info *pattern);
/security/
DKconfig.hardening23 def_bool $(cc-option,-ftrivial-auto-var-init=pattern)
96 pattern. This is intended to eliminate all classes
/security/integrity/ima/
Dima_policy.c1352 #define pt(token) policy_tokens[token].pattern