Home
last modified time | relevance | path

Searched refs:l2 (Results 1 – 3 of 3) sorted by relevance

/system/sepolicy/tools/sepolicy-analyze/
Dtypecmp.c121 int idx1, struct avtab_node *l2, int idx2) in find_match() argument
126 for (c = l2; c; c = c->next) { in find_match()
160 struct avtab_node *type_rules, *l1, *l2; in analyze_types() local
220 for (l1 = type_rules[i].next, l2 = type_rules[j].next; in analyze_types()
221 l1 && l2; l1 = l1->next, l2 = l2->next) { in analyze_types()
222 if (l1->key.source_type != l2->key.source_type) in analyze_types()
224 if (l1->key.target_type != l2->key.target_type) in analyze_types()
226 if (l1->key.target_class != l2->key.target_class in analyze_types()
227 || l1->datum.data != l2->datum.data) in analyze_types()
230 if (l1 || l2) { in analyze_types()
[all …]
/system/sepolicy/private/
Dmls11 ((h1 eq h2 and l1 eq l2) or t1 == mlstrustedsubject);
15 (l1 dom l2 or t1 == mlstrustedsubject);
19 (l1 eq l2 or t1 == mlstrustedsubject);
28 ((h1 eq h2 and l1 eq l2) or t1 == mlstrustedsubject);
33 (l1 eq l2 or t1 == mlstrustedsubject or t2 == mlstrustedsubject);
38 (l1 eq l2 or t1 == mlstrustedsubject or t2 == mlstrustedsubject);
48 (l2 eq h2 and (l1 eq l2 or t1 == mlstrustedsubject));
58 (t2 != app_data_file or l1 eq l2 or t1 == mlstrustedsubject);
60 (t2 != app_data_file or l1 eq l2 or t1 == mlstrustedsubject);
69 (t2 == app_data_file or l1 dom l2 or t1 == mlstrustedsubject or t2 == mlstrustedobject);
[all …]
/system/sepolicy/reqd_mask/
Dmls1 mlsconstrain binder { set_context_mgr } (l1 eq l2);