Searched refs:SYM_USERS (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/security/selinux/ss/ |
D | policydb.h | 220 #define SYM_USERS 4 macro 248 #define p_users symtab[SYM_USERS]
|
D | services.c | 1251 *scontext_len += strlen(sym_name(p, SYM_USERS, context->user - 1)) + 1; in context_struct_to_string() 1269 sym_name(p, SYM_USERS, context->user - 1), in context_struct_to_string() 2077 SYM_USERS, oldc->user - 1)); in convert_context()
|
D | policydb.c | 628 p->sym_val_to_name[SYM_USERS][usrdatum->value - 1] = key; in user_index() 1675 sym_name(p, SYM_USERS, user->value - 1), in user_bounds_sanity_check() 1677 sym_name(p, SYM_USERS, upper->value - 1)); in user_bounds_sanity_check()
|