Searched defs:policydbp (Results 1 - 3 of 3) sorted by relevance

/external/selinux/libsepol/src/
H A Dutil.c81 char *sepol_av_to_string(policydb_t * policydbp, uint32_t tclass, argument
93 cladatum = policydbp->class_val_to_struct[tclass - 1];
/external/selinux/python/audit2allow/
H A Dsepolgen-ifgen-attr-helper.c56 int render_access_mask(uint32_t av, avtab_key_t *key, policydb_t *policydbp, argument
66 cladatum = policydbp->class_val_to_struct[tclass - 1];
/external/selinux/checkpolicy/
H A Dpolicy_define.c60 policydb_t *policydbp; variable
229 t = hashtab_search(policydbp->p_types.table, type);
274 if (ebitmap_set_bit(&policydbp->policycaps, capnum, TRUE)) {
311 head = policydbp->ocontexts[OCON_ISID];
326 policydbp->ocontexts[OCON_ISID] = newc;
348 cladatum = hashtab_search(policydbp->p_classes.table, id);
379 cladatum = hashtab_search(policydbp->p_classes.table, id);
411 cladatum = hashtab_search(policydbp->p_classes.table, id);
443 cladatum = hashtab_search(policydbp->p_classes.table, id);
475 cladatum = hashtab_search(policydbp
[all...]

Completed in 105 milliseconds