owner_user_id === $actorUserId || $this->rbac->can($actorUserId, 'SYSTEM_CONFIGURE'); } public function canManage(object $file, string $actorUserId): bool { return $this->canAccess($file, $actorUserId); } }