Home
last modified time | relevance | path

Searched refs:CIL_KEY_USERBOUNDS (Results 1 – 3 of 3) sorted by relevance

/external/selinux/libsepol/cil/src/
Dcil_internal.h173 extern char *CIL_KEY_USERBOUNDS;
Dcil.c176 char *CIL_KEY_USERBOUNDS; variable
319 CIL_KEY_USERBOUNDS = cil_strpool_add("userbounds"); in cil_init_keys()
1147 return CIL_KEY_USERBOUNDS; in cil_node_to_string()
Dcil_build_ast.c6252 } else if (parse_current->data == CIL_KEY_USERBOUNDS) { in __cil_build_ast_node_helper()