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

  /external/selinux/libsepol/cil/src/
cil_binary.h 286 int cil_roleallow_to_policydb(policydb_t *pdb, const struct cil_db *db, struct cil_roleallow *roleallow);
cil_tree.c 855 struct cil_roleallow *roleallow = node->data; local
856 cil_log(CIL_INFO, "ROLEALLOW:");
858 if (roleallow->src != NULL) {
859 cil_log(CIL_INFO, " %s", ((struct cil_symtab_datum*)roleallow->src)->name);
861 cil_log(CIL_INFO, " %s", roleallow->src_str);
864 if (roleallow->tgt != NULL) {
865 cil_log(CIL_INFO, " %s", ((struct cil_symtab_datum*)roleallow->tgt)->name);
867 cil_log(CIL_INFO, " %s", roleallow->tgt_str);
    [all...]
cil.c 171 CIL_KEY_ROLEALLOW = cil_strpool_add("roleallow");
    [all...]
cil_build_ast.h 106 void cil_destroy_roleallow(struct cil_roleallow *roleallow);
cil_build_ast.c 1830 struct cil_roleallow *roleallow = NULL; local
    [all...]
cil_resolve_ast.c 1106 struct cil_roleallow *roleallow = current->data; local
1111 rc = cil_resolve_name(current, roleallow->src_str, CIL_SYM_ROLES, extra_args, &src_datum);
1115 roleallow->src = (struct cil_role*)src_datum;
1117 rc = cil_resolve_name(current, roleallow->tgt_str, CIL_SYM_ROLES, extra_args, &tgt_datum);
1121 roleallow->tgt = (struct cil_role*)tgt_datum;
    [all...]
cil_binary.c     [all...]

Completed in 51 milliseconds