Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/groupfolders.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSascha Wiswedel <wiswedel@users.noreply.github.com>2020-03-23 11:08:48 +0300
committerGitHub <noreply@github.com>2020-03-23 11:08:48 +0300
commitdca0888020f8ed8eb8ff4e1711f348d2eded68ed (patch)
tree010f6a488e10f30f6d855d83cbdd73080c49a586
parentc75289f1d9398ad2389293c4d3e35968a59f8a96 (diff)
parentb1f8f6cd124155e82430618daf9dd61e36f67283 (diff)
Merge pull request #814 from nextcloud/readme/docs-acl-permissions
Enhance documentation about applying ACL on top of regular permissions
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 44c0ed63..569269d8 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@ Once configured, the folders will show up in the home folder for each user in th
_Advanced Permissions_ allows entitled users to configure permissions inside groupfolders on a per file and folder basis.
-Permissions are configured by setting one or more of "Read", "Write", "Create", "Delete" or "Share" permissions to "allow" or "deny". Any permission not explicitly set will inherit the permissions from the parent folder. If multiple configured permissions for a single file or folder apply for a single user (such as when a user belongs to multiple groups), the "allow" permission will overwrite any "deny" permission.
+Permissions are configured by setting one or more of "Read", "Write", "Create", "Delete" or "Share" permissions to "allow" or "deny". Any permission not explicitly set will inherit the permissions from the parent folder. If multiple configured advanced permissions for a single file or folder apply for a single user (such as when a user belongs to multiple groups), the "allow" permission will overwrite any "deny" permission. Denied permissions configured for the group folder itself cannot be overwritten to "allow" permissions by the advanced permission rules.
![advanced permissions](screenshots/acl.png)