Skip to content
Snippets Groups Projects
Commit 282773f1 authored by Rafael Guterres Jeffman's avatar Rafael Guterres Jeffman
Browse files

Add documentation of missing variables for sudorule.

This patch adds documentation for the sudorule variables `runasusercategory`
and `runasgroupcategory` that was missing.
parent 5bf93d2b
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment