Home
last modified time | relevance | path

Searched refs:permx_str (Results 1 – 6 of 6) sorted by relevance

/external/selinux/libsepol/cil/src/
Dcil_post.c1022 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()
Dcil_copy_ast.c830 if (new->perms.x.permx_str != NULL) { in cil_copy_avrule()
831 new->perms.x.permx_str = orig->perms.x.permx_str; in cil_copy_avrule()
Dcil_write_ast.c770 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()
Dcil_internal.h610 char *permx_str; member
Dcil_resolve_ast.c348 if (rule->perms.x.permx_str != NULL) { in cil_resolve_avrule()
349 rc = cil_resolve_name(current, rule->perms.x.permx_str, CIL_SYM_PERMX, args, &permx_datum); in cil_resolve_avrule()
Dcil_build_ast.c2078 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()