Restrict permissions so that only the user who created a comment can edit it

When a user makes a comment, any other user can edit that comment.

If I remove the permission to edit a comment, it causes even the user to be unable to edit their own comment.

How can I configure the permissions so that a comment can only be edited and deleted by its owner?

Thank you in advance