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

/external/selinux/libsepol/src/
H A Dutil.c77 char *sepol_av_to_string(policydb_t * policydbp, uint32_t tclass, argument
88 cladatum = policydbp->class_val_to_struct[tclass - 1];
/external/selinux/policycoreutils/sepolgen-ifgen/
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.c57 policydb_t *policydbp; variable
226 t = hashtab_search(policydbp->p_types.table, type);
271 if (ebitmap_set_bit(&policydbp->policycaps, capnum, TRUE)) {
308 head = policydbp->ocontexts[OCON_ISID];
323 policydbp->ocontexts[OCON_ISID] = newc;
345 cladatum = hashtab_search(policydbp->p_classes.table, id);
375 cladatum = hashtab_search(policydbp->p_classes.table, id);
407 cladatum = hashtab_search(policydbp->p_classes.table, id);
439 cladatum = hashtab_search(policydbp->p_classes.table, id);
471 cladatum = hashtab_search(policydbp
[all...]

Completed in 194 milliseconds