From c8cefa21fbf12e8217b7871675047b09fce3ee0e Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Mon, 26 May 2025 20:29:00 +0200 Subject: [PATCH] development - add missing allowed_groups option in configd --- source/development/backend/configd.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/development/backend/configd.rst b/source/development/backend/configd.rst index 7e6063a8..a653be07 100644 --- a/source/development/backend/configd.rst +++ b/source/development/backend/configd.rst @@ -82,6 +82,9 @@ Action properties +-----------------------+------------------------+--------------------------------------------------------+ | errors | text [no] | :code:`errors:no` ignores the scripts exit code | +-----------------------+------------------------+--------------------------------------------------------+ +| allowed_groups | text | list of groups allowed to execute | +| | | this action (e.g. wheel) | ++-----------------------+------------------------+--------------------------------------------------------+ | message | text | Message to send to syslog (you can use %s parameters) | +-----------------------+------------------------+--------------------------------------------------------+ | description | text | User-friendly description, also allows GUI usage |