From 282773f15ee3393474a41e244d36221977306662 Mon Sep 17 00:00:00 2001 From: Rafael Guterres Jeffman <rjeffman@redhat.com> Date: Wed, 4 Mar 2020 17:59:51 -0300 Subject: [PATCH] Add documentation of missing variables for sudorule. This patch adds documentation for the sudorule variables `runasusercategory` and `runasgroupcategory` that was missing. --- README-sudorule.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README-sudorule.md b/README-sudorule.md index 50c73ade..ff6dcec3 100644 --- a/README-sudorule.md +++ b/README-sudorule.md @@ -125,6 +125,8 @@ Variable | Description | Required `usercategory` | User category the rule applies to. Choices: ["all"] | no `hostcategory` | Host category the rule applies to. Choices: ["all"] | no `cmdcategory` | Command category the rule applies to. Choices: ["all"] | no +`runasusercategory` | RunAs User category the rule applies to. Choices: ["all"] | no +`runasgroupcategory` | RunAs Group category the rule applies to. Choices: ["all"] | no `nomembers` | Suppress processing of membership attributes. (bool) | no `host` | List of host name strings assigned to this sudorule. | no `hostgroup` | List of host group name strings assigned to this sudorule. | no -- GitLab