Searched refs:SYM_USERS (Results 1 - 10 of 10) sorted by relevance

/external/selinux/libsepol/include/sepol/policydb/
H A Dpolicydb.h374 #define SYM_USERS 4 macro
411 #define p_users_scope scope[SYM_USERS]
505 #define p_users symtab[SYM_USERS]
516 #define p_user_val_to_name sym_val_to_name[SYM_USERS]
/external/selinux/libsepol/src/
H A Dusers.c238 tmp_ptr = realloc(policydb->sym_val_to_name[SYM_USERS],
243 policydb->sym_val_to_name[SYM_USERS] = tmp_ptr;
H A Dlink.c587 state->cur->map[SYM_USERS][user->s.value - 1] = base_user->s.value;
829 bounds_val = state->cur->map[SYM_USERS][user->bounds - 1];
1644 if (hashtab_map(src_symtab[SYM_USERS].table,
1895 if (symbol_num != SYM_ROLES && symbol_num != SYM_USERS) {
H A Dexpand.c599 if (!is_id_enabled((char *)key, state->base, SYM_USERS))
967 if (!is_id_enabled(id, state->base, SYM_USERS)) {
H A Dpolicydb.c1538 if (sym != SYM_ROLES && sym != SYM_USERS) {
3949 unsigned int i = SYM_USERS;
/external/selinux/libsepol/tests/
H A Dtest-common.c105 CU_ASSERT(p->sym_val_to_name[SYM_USERS][d->s.value - 1] == (char *)key);
/external/selinux/checkpolicy/
H A Dmodule_compiler.c427 declare_symbol(SYM_USERS, id, (hashtab_datum_t *) user, &value,
1018 require_symbol(SYM_USERS, id, (hashtab_datum_t *) user,
H A Dpolicy_define.c3684 if (!is_id_in_scope(SYM_USERS, id)) {
4270 if (!is_id_in_scope(SYM_USERS, id)) {
/external/selinux/checkpolicy/test/
H A Ddismod.c346 display_id(p, fp, SYM_USERS, i, "");
/external/selinux/libsepol/cil/src/
H A Dcil_binary.c714 rc = symtab_insert(pdb, SYM_USERS, key, sepol_user, SCOPE_DECL, 0, &value);

Completed in 576 milliseconds