Searched refs:permx_str (Results 1 – 5 of 5) sorted by relevance
/external/selinux/libsepol/cil/src/ |
D | cil_post.c | 770 static int __cil_permx_str_to_int(char *permx_str, uint16_t *val) in __cil_permx_str_to_int() argument 773 long lval = strtol(permx_str, &endptr, 0); in __cil_permx_str_to_int() 776 cil_log(CIL_ERR, "permissionx value %s not valid number\n", permx_str); in __cil_permx_str_to_int() 780 cil_log(CIL_ERR, "permissionx value %s must be between 0x0000 and 0xFFFF\n", permx_str); in __cil_permx_str_to_int() 1224 if (rule->perms.x.permx_str == NULL) { in __cil_post_db_attr_helper()
|
D | cil_copy_ast.c | 807 if (new->perms.x.permx_str != NULL) { in cil_copy_avrule() 808 new->perms.x.permx_str = orig->perms.x.permx_str; in cil_copy_avrule()
|
D | cil_internal.h | 583 char *permx_str; member
|
D | cil_resolve_ast.c | 336 if (rule->perms.x.permx_str != NULL) { in cil_resolve_avrule() 337 rc = cil_resolve_name(current, rule->perms.x.permx_str, CIL_SYM_PERMX, args, &permx_datum); in cil_resolve_avrule()
|
D | cil_build_ast.c | 2060 if (rule->perms.x.permx_str == NULL && rule->perms.x.permx != NULL) { in cil_destroy_avrule() 2197 rule->perms.x.permx_str = parse_current->next->next->next->data; in cil_gen_avrulex()
|