Searched refs:CIL_KEY_SELF (Results 1 – 6 of 6) sorted by relevance
/external/selinux/libsepol/cil/src/ |
D | cil_find.c | 310 if (t1->fqn != CIL_KEY_SELF && t2->fqn != CIL_KEY_SELF) { in cil_find_matching_avrule() 313 if (t1->fqn == CIL_KEY_SELF && t2->fqn == CIL_KEY_SELF) { in cil_find_matching_avrule() 315 } else if (t1->fqn == CIL_KEY_SELF) { in cil_find_matching_avrule() 323 } else if (t2->fqn == CIL_KEY_SELF) { in cil_find_matching_avrule()
|
D | cil_build_ast.c | 1922 if (parse_current->next->data == CIL_KEY_SELF) { in cil_gen_roleattribute() 1923 cil_log(CIL_ERR, "The keyword '%s' is reserved\n", CIL_KEY_SELF); in cil_gen_roleattribute() 2306 if (parse_current->next->data == CIL_KEY_SELF) { in cil_gen_type() 2307 cil_log(CIL_ERR, "The keyword '%s' is reserved\n", CIL_KEY_SELF); in cil_gen_type() 2360 if (parse_current->next->data == CIL_KEY_SELF) { in cil_gen_typeattribute() 2361 cil_log(CIL_ERR, "The keyword '%s' is reserved\n", CIL_KEY_SELF); in cil_gen_typeattribute() 3067 if (flavor == CIL_TYPEALIAS && parse_current->next->data == CIL_KEY_SELF) { in cil_gen_alias() 3068 cil_log(CIL_ERR, "The keyword '%s' is reserved\n", CIL_KEY_SELF); in cil_gen_alias() 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()
|
D | cil.c | 103 char *CIL_KEY_SELF; variable 268 CIL_KEY_SELF = cil_strpool_add("self"); in cil_init_keys() 440 (*db)->selftype->datum.name = CIL_KEY_SELF; in cil_db_init() 441 (*db)->selftype->datum.fqn = CIL_KEY_SELF; in cil_db_init()
|
D | cil_internal.h | 100 extern char *CIL_KEY_SELF;
|
D | cil_binary.c | 1441 if (tgt->fqn == CIL_KEY_SELF) { in __cil_avrule_to_avtab() 1812 if (tgt->fqn == CIL_KEY_SELF) { in cil_avrulex_to_hashtable() 4585 if (tgt->fqn == CIL_KEY_SELF) { in cil_check_neverallow()
|
D | cil_resolve_ast.c | 324 if (rule->tgt_str == CIL_KEY_SELF) { in cil_resolve_avrule()
|