mirror of
https://github.com/falcosecurity/falco.git
synced 2025-07-05 10:56:47 +00:00
docs(brand): add plugin definition
Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
This commit is contained in:
parent
fded42c203
commit
7d6b46218f
@ -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`.
|
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
|
#### 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.
|
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.
|
||||||
|
Loading…
Reference in New Issue
Block a user