Searched refs:permx_str (Results 1 – 6 of 6) sorted by relevance
/external/selinux/libsepol/cil/src/ |
D | cil_post.c | 1022 static int __cil_permx_str_to_int(char *permx_str, uint16_t *val) in __cil_permx_str_to_int() argument 1025 long lval = strtol(permx_str, &endptr, 0); in __cil_permx_str_to_int() 1028 cil_log(CIL_ERR, "permissionx value %s not valid number\n", permx_str); in __cil_permx_str_to_int() 1032 cil_log(CIL_ERR, "permissionx value %s must be between 0x0000 and 0xFFFF\n", permx_str); in __cil_permx_str_to_int() 1564 if (rule->perms.x.permx_str == NULL) { in __cil_post_db_attr_helper()
|
D | cil_copy_ast.c | 830 if (orig->perms.x.permx_str != NULL) { in cil_copy_avrule() 831 new->perms.x.permx_str = orig->perms.x.permx_str; in cil_copy_avrule()
|
D | cil_internal.h | 611 char *permx_str; member
|
D | cil_write_ast.c | 770 if (avrule->perms.x.permx_str != NULL) { in cil_write_avrule_x() 771 xperms = strdup(avrule->perms.x.permx_str); in cil_write_avrule_x()
|
D | cil_resolve_ast.c | 344 if (rule->perms.x.permx_str != NULL) { in cil_resolve_avrule() 345 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 | 2078 if (rule->perms.x.permx_str == NULL && rule->perms.x.permx != NULL) { in cil_destroy_avrule() 2213 rule->perms.x.permx_str = parse_current->next->next->next->data; in cil_gen_avrulex()
|