Searched refs:SYM_TYPES (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/security/selinux/ss/ |
D | policydb.h | 210 #define SYM_TYPES 3 macro 236 #define p_types symtab[SYM_TYPES]
|
D | services.c | 1033 *scontext_len += strlen(sym_name(&policydb, SYM_TYPES, context->type - 1)) + 1; in context_struct_to_string() 1051 sym_name(&policydb, SYM_TYPES, context->type - 1)); in context_struct_to_string() 1054 1 + strlen(sym_name(&policydb, SYM_TYPES, context->type - 1)); in context_struct_to_string() 1749 sym_name(args->oldp, SYM_TYPES, c->type - 1)); in convert_context() 3235 secattr->domain = kstrdup(sym_name(&policydb, SYM_TYPES, ctx->type - 1), in security_netlbl_sid_to_secattr()
|
D | policydb.c | 397 fa = p->sym_val_to_name[SYM_TYPES]; in type_index() 1736 sym_name(p, SYM_TYPES, bit), in role_bounds_sanity_check() 1769 sym_name(p, SYM_TYPES, upper->value - 1)); in type_bounds_sanity_check()
|