Searched refs:l1 (Results 1 – 10 of 10) 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 and t2 != privapp_data_file ) or l1 dom l2 or t1 == mlstrustedsubject);60 …( (t2 != app_data_file and t2 != privapp_data_file and t2 != appdomain_tmpfs) or l1 dom l2 or t1 =…63 ( (t2 != app_data_file) or l1 eq l2 or t1 == mlstrustedsubject);[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 dom l2 or t1 == mlstrustedsubject);60 (t2 != app_data_file or l1 dom l2 or t1 == mlstrustedsubject);69 (t2 == app_data_file or l1 dom l2 or t1 == mlstrustedsubject or t2 == mlstrustedobject);[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 …]
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));55 (l1 eq l2);65 (t2 != app_data_file_type or l1 dom l2 or t1 == mlstrustedsubject);67 … ( (t2 != app_data_file_type and t2 != appdomain_tmpfs) or l1 dom l2 or t1 == mlstrustedsubject);[all …]
1 mlsconstrain binder { set_context_mgr } (l1 eq l2);
439 [](const LibRecord& l1, const LibRecord& l2) { return l1.pss() > l2.pss(); }); in main() argument