Searched refs:l1 (Results 1 – 3 of 3) sorted by relevance
120 static int find_match(policydb_t *policydb, struct avtab_node *l1, in find_match() argument127 if (l1->key.source_type < c->key.source_type) in find_match()129 if (l1->key.source_type == c->key.source_type && in find_match()130 l1->key.target_type < c->key.target_type) in find_match()132 if (l1->key.source_type == c->key.source_type && in find_match()133 l1->key.target_type == c->key.target_type && in find_match()134 l1->key.target_class <= c->key.target_class) in find_match()139 l1->key.source_type == c->key.source_type && in find_match()140 l1->key.target_type == c->key.target_type && in find_match()141 l1->key.target_class == c->key.target_class) { in find_match()[all …]
11 ((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 …]
1 mlsconstrain binder { set_context_mgr } (l1 eq l2);