From 909842875dac96ac2e0e1c459358f0bd44350622 Mon Sep 17 00:00:00 2001 From: Elara Date: Sun, 4 Aug 2024 22:57:02 +0000 Subject: [PATCH] Update Permissions --- Permissions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Permissions.md b/Permissions.md index 285d7c7..110aca2 100644 --- a/Permissions.md +++ b/Permissions.md @@ -4,7 +4,7 @@ Seashell's permissions system is designed to control access to specific resource ## Configuration Structure -The permissions configuration is represented as a map, where each key is the name of a group, and the value is another map containing `allow` and `deny` lists. +The permissions configuration is represented as a map, where each key is the name of a group, and the value is another map containing `allow` and `deny` lists. The items within the allow and deny lists are different for each backend. See the [Backends](Backends) page for more information. ### Example