Lines Matching refs:rules
314 struct aa_ruleset *rules = list_first_entry(&profile->rules, in match_mnt_path_str() local
315 typeof(*rules), list); in match_mnt_path_str()
322 if (!RULE_MEDIATES(rules, AA_CLASS_MOUNT)) in match_mnt_path_str()
337 pos = do_match_mnt(rules->policy, in match_mnt_path_str()
338 rules->policy->start[AA_CLASS_MOUNT], in match_mnt_path_str()
374 struct aa_ruleset *rules = list_first_entry(&profile->rules, in match_mnt() local
375 typeof(*rules), list); in match_mnt()
381 if (!RULE_MEDIATES(rules, AA_CLASS_MOUNT)) in match_mnt()
607 struct aa_ruleset *rules = list_first_entry(&profile->rules, in profile_umount() local
608 typeof(*rules), list); in profile_umount()
617 if (!RULE_MEDIATES(rules, AA_CLASS_MOUNT)) in profile_umount()
625 state = aa_dfa_match(rules->policy->dfa, in profile_umount()
626 rules->policy->start[AA_CLASS_MOUNT], in profile_umount()
628 perms = *aa_lookup_perms(rules->policy, state); in profile_umount()
671 struct aa_ruleset *rules = list_first_entry(&profile->rules, in build_pivotroot() local
672 typeof(*rules), list); in build_pivotroot()
684 !RULE_MEDIATES(rules, AA_CLASS_MOUNT)) in build_pivotroot()
699 state = aa_dfa_match(rules->policy->dfa, in build_pivotroot()
700 rules->policy->start[AA_CLASS_MOUNT], in build_pivotroot()
702 state = aa_dfa_null_transition(rules->policy->dfa, state); in build_pivotroot()
703 state = aa_dfa_match(rules->policy->dfa, state, old_name); in build_pivotroot()
704 perms = *aa_lookup_perms(rules->policy, state); in build_pivotroot()