Lines Matching refs:rules
91 struct aa_ruleset *rules = list_first_entry(&profile->rules, in match_component() local
92 typeof(*rules), list); in match_component()
96 state = aa_dfa_match(rules->file->dfa, state, "&"); in match_component()
98 return aa_dfa_match(rules->file->dfa, state, tp->base.hname); in match_component()
102 state = aa_dfa_match_len(rules->file->dfa, state, ":", 1); in match_component()
103 state = aa_dfa_match(rules->file->dfa, state, ns_name); in match_component()
104 state = aa_dfa_match_len(rules->file->dfa, state, ":", 1); in match_component()
105 return aa_dfa_match(rules->file->dfa, state, tp->base.hname); in match_component()
129 struct aa_ruleset *rules = list_first_entry(&profile->rules, in label_compound_match() local
130 typeof(*rules), list); in label_compound_match()
153 state = aa_dfa_match(rules->file->dfa, state, "//&"); in label_compound_match()
158 *perms = *(aa_lookup_fperms(rules->file, state, &cond)); in label_compound_match()
191 struct aa_ruleset *rules = list_first_entry(&profile->rules, in label_components_match() local
192 typeof(*rules), list); in label_components_match()
213 tmp = *(aa_lookup_fperms(rules->file, state, &cond)); in label_components_match()
222 tmp = *(aa_lookup_fperms(rules->file, state, &cond)); in label_components_match()
516 struct aa_ruleset *rules = list_first_entry(&profile->rules, in x_table_lookup() local
517 typeof(*rules), list); in x_table_lookup()
528 for (*name = rules->file->trans.table[index]; !label && *name; in x_table_lookup()
568 struct aa_ruleset *rules = list_first_entry(&profile->rules, in x_to_label() local
569 typeof(*rules), list); in x_to_label()
582 stack = rules->file->trans.table[xindex & AA_X_INDEX_MASK]; in x_to_label()
637 struct aa_ruleset *rules = list_first_entry(&profile->rules, in profile_transition() local
638 typeof(*rules), list); in profile_transition()
641 aa_state_t state = rules->file->start[AA_CLASS_FILE]; in profile_transition()
675 state = aa_str_perms(rules->file, state, name, cond, &perms); in profile_transition()
739 struct aa_ruleset *rules = list_first_entry(&profile->rules, in profile_onexec() local
740 typeof(*rules), list); in profile_onexec()
741 aa_state_t state = rules->file->start[AA_CLASS_FILE]; in profile_onexec()
774 state = aa_str_perms(rules->file, state, xname, cond, &perms); in profile_onexec()
783 state = aa_dfa_null_transition(rules->file->dfa, state); in profile_onexec()
1296 struct aa_ruleset *rules = list_first_entry(&profile->rules, in change_profile_perms_wrapper() local
1297 typeof(*rules), list); in change_profile_perms_wrapper()
1303 rules->file->start[AA_CLASS_FILE], in change_profile_perms_wrapper()