Skip to content

Commit

Permalink
style: template_reference
Browse files Browse the repository at this point in the history
  • Loading branch information
maage committed May 3, 2023
1 parent 323bdfc commit 4275b5e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/templates/template_reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
- Languages: Ansible, Bash, OVAL, Kubernetes

#### audit_rules_syscall_events
- Ensure there is an audit rule to record for all uses of
- Ensure there is an audit rule to record for all uses of
specified system call

- Parameters:
Expand Down Expand Up @@ -644,11 +644,11 @@ When the remediation is applied duplicate occurrences of `key` are removed.
argument needs to be added or modified.
- **new_argument** - (optional) the argument to be added if not
already present, eg, `dcredit=-1`. It is required when the argument
is not already present and needs to be added.
is not already present and needs to be added.
- **remove_argument** - (optional) the argument will be
removed, if the argument is present. This parameter must not be
specified when the argument is being added or modified.

- Language: Ansible, OVAL

#### sebool
Expand Down Expand Up @@ -936,7 +936,7 @@ The selected value can be changed in the profile (consult the actual variable fo

- **embedded_data** - if set to `"true"` and used combined with `xccdf_variable`, the data retrieved by `yamlpath`
is considered as a blob and the field `value` has to contain a capture regex.

- **regex_data** - if set to `"true"` and combined with `xccdf_variable`, it will use the value of `xccdf_variable` as a regex
and does pattern match operation instead of equal operation.

Expand Down Expand Up @@ -1044,7 +1044,7 @@ where *LANG* should be the language identifier in lower case, e.g.
3) Create a file called `template.yml` within the template directory. This file
stores template metadata. Currently, it stores list of supported languages. Note
that each language listed in this file must have associated implementation
file with the *.template* extension, see above.
file with the *.template* extension, see above.

An example can look like this:

Expand Down

0 comments on commit 4275b5e

Please sign in to comment.