Read only users for educational.
garanews opened this issue · 1 comments
It would be useful manage read only users that will be able just to visualize the plugin results execuded by trainer.
In this way we can avoid the overload of the server to execute many time the same task. 😀
We could implement this in two ways:
-
Default ReadOnly role: in this case we decide what a read only user can do and it's the same for all readonly user. eg we decide that a readonly user cannot download dump or can create bookmarks this will be valid for any member of the group.
Pro: easy to implement - Cons: low flexibility -
Single permissions: we define a list of permission (see below) and we add a page to add/remove single permission to each user
Pro: high flexibility - Cons: more check need to be added
In any case must be create a list of permission, and for first option must be selected if granted or not:
-
create dump
-
launch plugin
-
add bookmarks
-
download dump
-
show reports [vt/maxmind/regipy]
-
export dump
-
manage plugins *
-
manage symbols *
-
manage rules *