quantopian / pgcontents

A Postgres-backed ContentsManager implementation for Jupyter
Apache License 2.0
150 stars 83 forks source link

Folder/File Secruity #45

Closed RobertAron closed 6 years ago

RobertAron commented 6 years ago

Is there currently anyway to create files/folders that are read only? Sorry If this has been asked before - I wasn't able to find any documentation or conversation about it.

ssanderson commented 6 years ago

pgcontents doesn't currently have any notion of a readonly directory or file. I'm not sure how a user could be expected to create such a file unless we added custom UI elements to the Notebook UI to change permissions.

RobertAron commented 6 years ago

Gotcha. That's what I thought but I thought I would just ask and double check. Thanks!