Home
last modified time | relevance | path

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

/security/tomoyo/
A Dutil.c708 if (*pattern != '\\') { in tomoyo_file_matches_pattern2()
714 pattern++; in tomoyo_file_matches_pattern2()
715 switch (*pattern) { in tomoyo_file_matches_pattern2()
753 pattern += 2; in tomoyo_file_matches_pattern2()
779 c = *pattern; in tomoyo_file_matches_pattern2()
799 pattern++; in tomoyo_file_matches_pattern2()
802 (*(pattern + 1) == '*' || *(pattern + 1) == '@')) in tomoyo_file_matches_pattern2()
803 pattern += 2; in tomoyo_file_matches_pattern2()
819 const char *pattern, in tomoyo_file_matches_pattern() argument
828 if (*pattern++ != '\\' || *pattern++ != '-') in tomoyo_file_matches_pattern()
[all …]
A Dcommon.h951 const struct tomoyo_path_info *pattern);
/security/
A DKconfig.hardening7 def_bool $(cc-option,-ftrivial-auto-var-init=pattern)
47 bool "pattern-init everything (strongest)"
60 pattern is situation-specific; Clang on 64-bit uses 0xAA
80 suitable as a production security mitigation than pattern
/security/integrity/ima/
A Dima_policy.c2033 #define pt(token) policy_tokens[token].pattern

Completed in 14 milliseconds