Home | History | Annotate | Download | only in src

Lines Matching full:perm

112  * a) perm is required and the class _and_ perm are declared in base: only add a mapping.
113 * b) perm is required and the class and perm are _not_ declared in base: simply add the permissions
116 * c) perm is required, the class is declared in base, but the perm is not present. Nothing we can do
127 perm_datum_t *perm, *new_perm = NULL, *dest_perm;
136 perm = (perm_datum_t *) datum;
145 /* If the object class was not declared in the base, add the perm
187 if (perm->s.value > mod->perm_map_len[sclassi]) {
188 uint32_t *newmap = calloc(perm->s.value, sizeof(*newmap));
197 mod->perm_map_len[sclassi] = perm->s.value;
199 mod->perm_map[sclassi][perm->s.value - 1] = dest_perm->s.value;