Searched refs:CIL_KEY_SELF (Results 1 – 7 of 7) sorted by relevance
311 if (t1->fqn != CIL_KEY_SELF && t2->fqn != CIL_KEY_SELF) { in cil_find_matching_avrule()314 if (t1->fqn == CIL_KEY_SELF && t2->fqn == CIL_KEY_SELF) { in cil_find_matching_avrule()316 } else if (t1->fqn == CIL_KEY_SELF) { in cil_find_matching_avrule()324 } else if (t2->fqn == CIL_KEY_SELF) { in cil_find_matching_avrule()
86 char *CIL_KEY_SELF; variable255 CIL_KEY_SELF = cil_strpool_add("self"); in cil_init_keys()431 (*db)->selftype->datum.name = CIL_KEY_SELF; in cil_db_init()432 (*db)->selftype->datum.fqn = CIL_KEY_SELF; in cil_db_init()
103 extern char *CIL_KEY_SELF;
1120 if (tgt->fqn == CIL_KEY_SELF) { in __cil_type_rule_to_avtab()1248 if (tgt->fqn == CIL_KEY_SELF) { in __cil_typetransition_to_avtab()1507 if (tgt->fqn == CIL_KEY_SELF) { in __cil_avrule_to_avtab()1870 if (tgt->fqn == CIL_KEY_SELF) { in cil_avrulex_to_hashtable()4814 if (tgt->fqn == CIL_KEY_SELF) { in cil_check_neverallow()
334 if (rule->tgt_str == CIL_KEY_SELF) { in cil_resolve_avrule()391 if (rule->tgt_str == CIL_KEY_SELF) { in cil_resolve_type_rule()646 if (nametypetrans->tgt_str == CIL_KEY_SELF) { in cil_resolve_nametypetransition()
71 if ((name == CIL_KEY_ALL) || (name == CIL_KEY_SELF)) in __cil_is_reserved_name()
3129 …L_TYPEALIAS && parse_current->next->data == CIL_KEY_SELF) || parse_current->next->next->data == CI… in cil_gen_aliasactual()3130 cil_log(CIL_ERR, "The keyword '%s' is reserved\n", CIL_KEY_SELF); in cil_gen_aliasactual()