HomeSort by relevance Sort by last modified time
    Searched refs:SYM_CLASSES (Results 1 - 11 of 11) sorted by null

  /external/selinux/libsepol/include/sepol/policydb/
policydb.h 391 #define SYM_CLASSES 1
429 #define p_classes_scope scope[SYM_CLASSES]
523 #define p_classes symtab[SYM_CLASSES]
534 #define p_class_val_to_name sym_val_to_name[SYM_CLASSES]
  /external/selinux/libsepol/src/
avrule_block.c 198 if (!is_id_enabled(class_id, p, SYM_CLASSES)) {
link.c 319 state->cur->map[SYM_CLASSES][cladatum->s.value - 1] =
    [all...]
module_to_cil.c     [all...]
expand.c 424 if (!is_id_enabled(id, state->base, SYM_CLASSES)) {
    [all...]
  /external/selinux/checkpolicy/test/
dismod.c 279 display_id(policy, fp, SYM_CLASSES, cur->tclass - 1, "");
479 display_id(p, fp, SYM_CLASSES, i, "");
515 display_id(p, fp, SYM_CLASSES, tr->tclass - 1, ":");
552 if (i == SYM_CLASSES) {
dispol.c 327 display_id(p, fp, SYM_CLASSES, rt->tclass - 1, ":");
350 display_id(p, fp, SYM_CLASSES, ft->tclass - 1, ":");
  /external/selinux/libsepol/tests/
test-common.c 71 CU_ASSERT(p->sym_val_to_name[SYM_CLASSES][d->s.value - 1] == (char *)key);
  /external/selinux/checkpolicy/
module_compiler.c 56 [SYM_CLASSES] = "class",
808 require_symbol(SYM_CLASSES, class_id, datum, &datum->s.value,
811 print_error_msg(ret, SYM_CLASSES);
    [all...]
policy_define.c 174 ret = declare_symbol(SYM_CLASSES, id, datum, &value, &value);
345 if (!is_id_in_scope(SYM_CLASSES, id)) {
376 if (!is_id_in_scope(SYM_CLASSES, id)) {
408 if (!is_id_in_scope(SYM_CLASSES, id)) {
440 if (!is_id_in_scope(SYM_CLASSES, id)) {
472 if (!is_id_in_scope(SYM_CLASSES, id)) {
    [all...]
  /external/selinux/libsepol/cil/src/
cil_binary.c 308 rc = symtab_insert(pdb, SYM_CLASSES, key, sepol_class, SCOPE_DECL, 0, &value);
    [all...]

Completed in 237 milliseconds