You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: