From ee6a191aecd8fec21ec9fb0c1d041a675e90e04e Mon Sep 17 00:00:00 2001 From: pablopez Date: Tue, 25 Jan 2022 23:00:57 +0100 Subject: [PATCH] [rule_enable_opt] remove reference to bug Signed-off-by: pablopez --- content/en/docs/rules/_index.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/content/en/docs/rules/_index.md b/content/en/docs/rules/_index.md index 1e09fddbc..61bc54282 100644 --- a/content/en/docs/rules/_index.md +++ b/content/en/docs/rules/_index.md @@ -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: