From 2b6847f342c2a16c2e725c732cf460aa1f3eb547 Mon Sep 17 00:00:00 2001 From: Mark Stemm Date: Wed, 29 Mar 2017 14:54:09 -0700 Subject: [PATCH] Updated Falco Kernel Module (markdown) --- Falco-Kernel-Module.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Falco-Kernel-Module.md b/Falco-Kernel-Module.md index 034bc36..c0cdc10 100644 --- a/Falco-Kernel-Module.md +++ b/Falco-Kernel-Module.md @@ -6,7 +6,7 @@ Versions before v0.6.0 used the kernel module from sysdig called `sysdig-probe`. # Installing the kernel module -By default, the kernel module will be installed when installing the falco debian/redhat package or when running the `sysdig/falco` docker image. The script that installs the kernel module tries 3 different ways to install the kernel module: +By default, the kernel module will be installed when installing the falco debian/redhat package or when running the `sysdig/falco` docker image. The script that installs the kernel module tries to install it in 3 different ways: * Build the kernel module from source using [dkms](https://en.wikipedia.org/wiki/Dynamic_Kernel_Module_Support). * Download a pre-built kernel module from downloads.draios.com.