Home | History | Annotate | Download | only in src

Lines Matching refs:OBJECT_R

667  * Initialize the role table by implicitly adding role 'object_r'.  If
668 * the policy is a module, set object_r's scope to be SCOPE_REQ,
682 key = malloc(strlen(OBJECT_R) + 1);
687 strcpy(key, OBJECT_R);
2223 if (strcmp(key, OBJECT_R) == 0) {
2226 OBJECT_R, role->s.value);
3577 if (strcmp(key, "object_r") == 0 && h == p->p_roles_scope.table) {
3578 /* object_r was already added to this table in roles_init() */