From 6d39cb8e7cf0e8bddc74f328c12907be49bb466c Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Sun, 3 May 2026 01:52:47 +0200 Subject: [PATCH] Updated docs --- docs/source/using.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/using.rst b/docs/source/using.rst index f75fbc5c..02f9158b 100644 --- a/docs/source/using.rst +++ b/docs/source/using.rst @@ -757,7 +757,7 @@ The ``rngit`` node configuration file is located at ``~/.rngit/config`` (or ``/e - Access permissions for groups and individual repositories - Announce intervals for network visibility -Access permissions can be configured at the group level in the config file, or per-repository using ``.allowed`` files. Permissions use the format ``permission:target`` where permission is ``r`` (read), ``w`` (write), or ``rw`` (read/write), and target is ``all``, ``none``, or a specific identity hash. +Access permissions can be configured at the group level in the config file, or per-repository using ``.allowed`` files. Permissions use the format ``permission:target`` where permission is ``r`` (read), ``w`` (write), ``rw`` (read/write), ``c`` (create) or ``s`` (stats) and target is ``all``, ``none``, or a specific identity hash. Repository-specific ``.allowed`` files can be static text files or executable scripts that output permission rules to stdout. A ``group.allowed`` file in a repository group directory applies to all repositories within that group.