Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[rule_enable_opt] remove reference to bug in docs #534

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions content/en/docs/rules/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,16 +276,6 @@ For example to disable the `User mgmt binaries` default rule in `/etc/falco/falc
```


{{% pageinfo color="warning" %}}
There appears to be a bug with this feature that we are looking into. If `enabled: false` doesn't work, you can use the following workaround as an alternative:
```yaml
- rule: User mgmt binaries
condition: and (never_true)
append: true
```
{{% /pageinfo %}}


## Output

A rule output is a string that can use the same [fields](/docs/rules/supported-fields) that conditions can use prepended by `%` to perform interpolation, akin to `printf`. For example:
Expand Down