There are several instances where I want to be able to quickly expose a few controls to a set of non-privileged users. I do not want to provide full shell access, nor arbitrary code execution, but do want to provide low-level access to a few limited operations, such as running a maintenance task like cleaning or refreshing a database. The user should be able to view stdout / stderr, but stdin should probably be closed.
Generating a web GUI out of a moldfile seems quite simple and efficient, as any privileged user will be able to log into the host box and run the same commands via CLI mold.
There are several instances where I want to be able to quickly expose a few controls to a set of non-privileged users. I do not want to provide full shell access, nor arbitrary code execution, but do want to provide low-level access to a few limited operations, such as running a maintenance task like cleaning or refreshing a database. The user should be able to view stdout / stderr, but stdin should probably be closed.
Generating a web GUI out of a moldfile seems quite simple and efficient, as any privileged user will be able to log into the host box and run the same commands via CLI mold.