Bugfix
(User-visible)
Detail
#27515
Commands to start services are executable for all users with read permission to the service editor
In the service editor there are commands to start, stop, restart and reset the configuration of services.
These can be executed by all users who see this page.
But the operations are data or state changing operations, so only users with "WRITE" rights should be able to change them.
Solution
The commands get the group "WRITE".
Test
- Give a user the READ-right on the view Administration > Development > Service-Editor.
- Log in with the user and show Administration > Development > Service Editor.
- Expectation: The commands "Start service", "Shutdown", "Restart service" and "Reset configuration" are not executable.