Skip to content

Commit

Permalink
DO-NOT-MERGE: test
Browse files Browse the repository at this point in the history
Signed-off-by: Mahe Tardy <[email protected]>
  • Loading branch information
mtardy committed Mar 25, 2024
1 parent 49a2e51 commit c798558
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/content/en/docs/getting-started/file-events.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ remains low even on busy systems.
The following extends the example from Execution Tracing with a policy to
monitor sensitive files in Linux. The policy used is the
[`file_monitoring.yaml`](https://github.com/cilium/tetragon/blob/main/examples/quickstart/file_monitoring.yaml)
[`file_monitoring.yaml`](https://github.com/cilium/tetragon/blob/main/examples/quickstart/file_monitoringss.yaml)
it can be reviewed and extended as needed. Files monitored here serve as a good
base set of files.

Expand Down
3 changes: 2 additions & 1 deletion docs/content/en/docs/getting-started/install-docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ aliases: ["/docs/tutorials/try-tetragon-linux"]
{{< note >}}
This guide has been tested on Ubuntu 22.04 and 22.10 with respectively kernel
`5.15.0` and `5.19.0` on amd64 and arm64 but
[any recent distribution](https://github.com/libbpf/libbpf#bpf-co-re-compile-once--run-everywhere)
shipping with a relatively recent kernel should work. See the FAQ for further details on
the [recommended kernel versions]({{< ref "/docs/faq#what-is-the-minimum-linux-kernel-version-to-run-tetragon" >}}).

Expand All @@ -29,6 +28,8 @@ docker run --name tetragon-container --rm --pull always \
quay.io/cilium/tetragon-ci:latest
```

https://examples.com/

This will start Tetragon in a privileged container. Priviliges are required
to load and attach BPF programs. See Installation section for more details.

Expand Down

0 comments on commit c798558

Please sign in to comment.