-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use ACL to define access rights to /srv/data and /srv/scratch #196
Comments
While Plasma is used in the educational space, it is for now still generic and does not imply any teachers / students hierarchy. So I'm wondering whether these ACLs should go in Plasma by default.
Maybe the docs should instead mention how to define such ACLs. Or refer to external materials to learn more about configuring them with e.g |
Well, I guess that we might accept this teachers / students hierarchy since it's quite common in educational settings.
Do you think this is possible? |
@jtpio I guess something like this could define rights for
Will it work through the volume mounted in the Docker container? |
I think the main difficulty would be to make these groups also available in the Docker images, ideally with the same IDs. |
Absolutely. |
We need ACL to define access rights to some common directories:
teachers
can read and write any files and sub-directories in/srv/data
.students
can read all files and sub-directories in/srv/data
./srv/scratch
.The text was updated successfully, but these errors were encountered: