Modification of a field only by the admin

Hello,

I use Strapi to be able to add and modify articles, but my Articles table has a “published” field which is either true or false, the problem is that anyone who updates his article can put the published in true. What I would like is that only an admin/moderator role can modify this field and let the user modify the other fields.

How can I make sure that only certain roles can modify the “published” field?