From 801d6129fbba7fbe0892b9f3652e909d938006f0 Mon Sep 17 00:00:00 2001 From: Jacob Rief Date: Fri, 6 Dec 2024 15:22:22 +0100 Subject: [PATCH] Add Permission proposal --- README-Finder.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README-Finder.md b/README-Finder.md index 8a69af63d..943a4b941 100644 --- a/README-Finder.md +++ b/README-Finder.md @@ -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