Skip to content

Commit

Permalink
docs: fix link in README and remove unreliable link to busybox
Browse files Browse the repository at this point in the history
Busybox website has proven to be unreliable and has been generating
noise on the link detector:
- cilium#1374
- cilium#1360
- cilium#1338

Signed-off-by: Mahe Tardy <[email protected]>
  • Loading branch information
mtardy committed Sep 13, 2023
1 parent a7205fc commit 333cacf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ and generates events enriched with Linux and Kubernetes metadata:
about these events on the [TracingPolicy concept page](https://tetragon.cilium.io/docs/concepts/tracing-policy/)
and discover [multiple use cases](https://tetragon.cilium.io/docs/use-cases/) like:
- [🌏 network observability](https://tetragon.cilium.io/docs/use-cases/network-observability/)
- [📂 file access](https://tetragon.cilium.io/docs/use-cases/file-access/)
- [📂 filename access](https://tetragon.cilium.io/docs/use-cases/filename-access/)
- [🔑 credentials monitoring](https://tetragon.cilium.io/docs/use-cases/linux-process-credentials/)
- [🔓 privileged execution](https://tetragon.cilium.io/docs/use-cases/process-lifecycle/privileged-execution/)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ events contain the binary being executed. In the above case they are:

- `function_name`: where we are hooking into the kernel to read the binary that is being executed.
- `file_arg`: that includes the `path` being executed, and here it is `/bin/busybox` that is the real
binary being executed, since on the `xwing` pod the container is running [busybox](https://busybox.net/).
binary being executed, since on the `xwing` pod the container is running busybox.
The binary `/usr/bin/id -> /bin/busybox` points to busybox.


Expand Down

0 comments on commit 333cacf

Please sign in to comment.