Searched refs:SYM_USERS (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/security/selinux/ss/ |
D | policydb.h | 183 #define SYM_USERS 4 macro 209 #define p_users symtab[SYM_USERS]
|
D | services.c | 1030 *scontext_len += strlen(sym_name(&policydb, SYM_USERS, context->user - 1)) + 1; in context_struct_to_string() 1048 sym_name(&policydb, SYM_USERS, context->user - 1), in context_struct_to_string() 1051 scontextp += strlen(sym_name(&policydb, SYM_USERS, context->user - 1)) + in context_struct_to_string() 1694 sym_name(args->oldp, SYM_USERS, c->user - 1)); in convert_context()
|
D | policydb.c | 356 fa = p->sym_val_to_name[SYM_USERS]; in user_index() 1594 sym_name(p, SYM_USERS, user->value - 1), in user_bounds_sanity_check() 1596 sym_name(p, SYM_USERS, upper->value - 1)); in user_bounds_sanity_check()
|