user with read permissions can shut down the router

Running RouterOS 6.1. I’ve made a user assigned to the “read” group. The user cannot save changes, but the user can shut down the router.

Webfig > System > Shutdown

This seems like a bug.

Can anyone offer a suggestions for preventing a read only user from shutting down the device?

thanks,
Larry

in the group permissions set reboot=no

other way if you need webfig access for this user you can setup a webfig skin

Thanks for the suggestion, but the issue is the ability to shut down the router.

I don’t see any group policy restricting the shutdown capability.

reboot apply to shutdown too.

Thank you!
This did what I needed!

But I think it undesirable for read users to be able to reboot by default.
reboot should be set to no by default.

+1

This is the default config on RouterOS :

[admin@MikroTik] > user group print 
 0 name="read" policy=local,telnet,ssh,reboot,read,test,winbox,password,web,sniff,sensitive,api,!ftp,!write,!policy skin=default 

 1 name="write" policy=local,telnet,ssh,reboot,read,write,test,winbox,password,web,sniff,sensitive,api,!ftp,!policy skin=default 

 2 name="full" policy=local,telnet,ssh,ftp,reboot,read,write,policy,test,winbox,password,web,sniff,sensitive,api skin=default

Group name “read” is obviously misleading.