From dd83c67332d051819a96959ec4bf8b32adbbd79c Mon Sep 17 00:00:00 2001 From: Andrei Fedotov Date: Mon, 12 Aug 2024 15:47:28 +0300 Subject: [PATCH] docs: Update docs for matchBinaries selector Signed-off-by: Andrei Fedotov --- .../en/docs/concepts/tracing-policy/selectors.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/docs/content/en/docs/concepts/tracing-policy/selectors.md b/docs/content/en/docs/concepts/tracing-policy/selectors.md index 32f60554566..c0f38fe7d1e 100644 --- a/docs/content/en/docs/concepts/tracing-policy/selectors.md +++ b/docs/content/en/docs/concepts/tracing-policy/selectors.md @@ -158,9 +158,17 @@ calls and kernel functions that are coming from `cat` or `tail`. - "/usr/bin/tail" ``` -Currently, only the `In` operator type is supported and the `values` field has -to be a map of `strings`. The default behaviour is `followForks: true`, so all -the child processes are followed. The current limitation is 4 values. +The available operators for `matchBinaries` are: +- `In` +- `NotIn` +- `Prefix` +- `NotPrefix` +- `Postfix` +- `NotPostfix` + +The `values` field has to be a map of `strings`. The default behaviour +is `followForks: true`, so all the child processes are followed. +The current limitation is 4 values. **Further examples**