Skip to content

Commit

Permalink
Add Permission proposal
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief committed Dec 6, 2024
1 parent 908734b commit 801d612
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README-Finder.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,12 @@ Each file and folder has a foreign key named `owner`, pointing onto the `User` m
file or folder can change its permissions if he has the global permission to do so. When creating a
new file or folder, the currently loggedin user is set as the owner of that file or folder.

Only the superuser and the owner of a file or folder can change its permissions. The superuser can
change the permissions of any file or folder. The owner can change the permissions only of his files
owned by himself.

Only the superuser can change the owner of a file or folder.


## Further Steps

Expand Down

0 comments on commit 801d612

Please sign in to comment.