added a bit about creating share permissions on share creation

Nathan Gray 2020-04-03 11:38:39 -06:00
parent 002bd7530d
commit bb80ab3166

@ -11,7 +11,7 @@ These would be stored in common or sqlfs preferences.
Normal users start with a default / safe fstab. Anonymous users would start with an empty one, and only things they have access to would be mounted into the root.
### 4. Sharing
Shares would get modified so that rather than mangling the fstab, we just start from / and mount the shared directory / directories in. If more than one share is visited, we'll add them in to the session fstab. File permissions will be handled by the Vfs instead of the UI.
Shares would get modified so that rather than mangling the fstab, we just start from / and mount the shared directory / directories in. Any needed permissions will be created when the share is created, rather than when it is accessed. If more than one share is visited, we'll add them in to the session fstab. File permissions will be handled by the Vfs instead of the UI.
## Better UI stuff
### UI Dialog