Home
last modified time | relevance | path

Searched refs:CIL_KEY_SELF (Results 1 – 5 of 5) sorted by relevance

/external/selinux/libsepol/cil/src/
Dcil_build_ast.c1746 if (parse_current->next->data == CIL_KEY_SELF) { in cil_gen_roleattribute()
1747 cil_log(CIL_ERR, "The keyword '%s' is reserved\n", CIL_KEY_SELF); in cil_gen_roleattribute()
1979 if (parse_current->next->data == CIL_KEY_SELF) { in cil_gen_type()
1980 cil_log(CIL_ERR, "The keyword '%s' is reserved\n", CIL_KEY_SELF); in cil_gen_type()
2034 if (parse_current->next->data == CIL_KEY_SELF) { in cil_gen_typeattribute()
2035 cil_log(CIL_ERR, "The keyword '%s' is reserved\n", CIL_KEY_SELF); in cil_gen_typeattribute()
2746 if (flavor == CIL_TYPEALIAS && parse_current->next->data == CIL_KEY_SELF) { in cil_gen_alias()
2747 cil_log(CIL_ERR, "The keyword '%s' is reserved\n", CIL_KEY_SELF); in cil_gen_alias()
2809 …L_TYPEALIAS && parse_current->next->data == CIL_KEY_SELF) || parse_current->next->next->data == CI… in cil_gen_aliasactual()
2810 cil_log(CIL_ERR, "The keyword '%s' is reserved\n", CIL_KEY_SELF); in cil_gen_aliasactual()
Dcil.c106 CIL_KEY_SELF = cil_strpool_add("self"); in cil_init_keys()
258 (*db)->selftype->datum.name = CIL_KEY_SELF; in cil_db_init()
259 (*db)->selftype->datum.fqn = CIL_KEY_SELF; in cil_db_init()
Dcil_internal.h99 char *CIL_KEY_SELF; variable
Dcil_resolve_ast.c297 if (rule->tgt_str == CIL_KEY_SELF) { in cil_resolve_avrule()
Dcil_binary.c1521 if (tgt->fqn == CIL_KEY_SELF) { in __cil_avrule_to_avtab()