Home | History | Annotate | Download | only in checkpolicy

Lines Matching full:perm

745 	perm_datum_t *perm = NULL;
815 perm = hashtab_search(datum->permissions.table, perm_id);
816 if (!perm && datum->comdatum)
817 perm =
820 if (perm) {
833 if ((perm = malloc(sizeof(*perm))) == NULL) {
838 memset(perm, 0, sizeof(*perm));
841 perm);
845 free(perm);
848 perm->s.value = datum->permissions.nprim + 1;
851 if (add_perm_to_class(perm->s.value, datum->s.value) == -1) {