Searched refs:permx_str (Results 1 – 6 of 6) sorted by relevance
/third_party/selinux/libsepol/cil/src/ |
D | cil_post.c | 1036 static int __cil_permx_str_to_int(char *permx_str, uint16_t *val) in __cil_permx_str_to_int() argument 1039 long lval = strtol(permx_str, &endptr, 0); in __cil_permx_str_to_int() 1042 cil_log(CIL_ERR, "permissionx value %s not valid number\n", permx_str); in __cil_permx_str_to_int() 1046 cil_log(CIL_ERR, "permissionx value %s must be between 0x0000 and 0xFFFF\n", permx_str); in __cil_permx_str_to_int() 1570 if (rule->perms.x.permx_str == NULL) { in __cil_post_db_attr_helper()
|
D | cil_copy_ast.c | 822 if (orig->perms.x.permx_str != NULL) { in cil_copy_avrule() 823 new->perms.x.permx_str = orig->perms.x.permx_str; in cil_copy_avrule()
|
D | cil_internal.h | 619 char *permx_str; member
|
D | cil_write_ast.c | 1139 if (rule->perms.x.permx_str) { in cil_write_ast_node() 1140 fprintf(out, "%s",rule->perms.x.permx_str); in cil_write_ast_node()
|
D | cil_resolve_ast.c | 354 if (rule->perms.x.permx_str != NULL) { in cil_resolve_avrule() 355 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 | 2136 if (rule->perms.x.permx_str == NULL && rule->perms.x.permx != NULL) { in cil_destroy_avrule() 2271 rule->perms.x.permx_str = parse_current->next->next->next->data; in cil_gen_avrulex()
|