From 7d6b46218f287aa0ed2e9dbcd6ff30d7de23ed76 Mon Sep 17 00:00:00 2001 From: Leonardo Grasso Date: Tue, 15 Mar 2022 10:51:55 +0100 Subject: [PATCH] docs(brand): add plugin definition Signed-off-by: Leonardo Grasso --- brand/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/brand/README.md b/brand/README.md index 07ee685d..d883c369 100644 --- a/brand/README.md +++ b/brand/README.md @@ -143,6 +143,10 @@ Sometimes this word is incorrectly used to refer to a `probe`. The global term for the software that sends events from the kernel. Such as the eBPF `probe` or the `kernel module`. +#### Plugin + +Used to describe a dynamic shared library (`.so` files in Unix, `.dll` files in Windows) that conforms to a documented API and allows to extend Falco's capabilities. + #### Falco The name of the project, and also the name of [the main engine](https://github.com/falcosecurity/falco) that the rest of the project is built on.