falcosecurity / falco

Cloud Native Runtime Security
https://falco.org
Apache License 2.0
7.38k stars 902 forks source link

Correction to Wiki text #609

Closed redhotpenguin closed 5 years ago

redhotpenguin commented 5 years ago

Hello,

I noticed a repo name error on the wiki; it doesn't seem to have PRs enabled, so I cloned it and am submitting this patch via Issues.

Thanks

diff --git a/Falco-Kernel-Module.md b/Falco-Kernel-Module.md
index 44c1183..2718622 100644
--- a/Falco-Kernel-Module.md
+++ b/Falco-Kernel-Module.md
@@ -11,7 +11,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 `faclosecurity/falco` docker image. The script that installs the kernel module tries to install it in 3 different ways:
+By default, the kernel module will be installed when installing the falco debian/redhat package or when running the `falcosecurity/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.
mfdii commented 5 years ago

The docs have moved from the wiki. Would you mind submitting a PR to falcosecurity/falco-website? This is the new location of the page https://github.com/falcosecurity/falco-website/blob/master/content/docs/event-sources/kernel-module.md

redhotpenguin commented 5 years ago

Found it - thanks!