Skip to content

Commit

Permalink
Update content/en/docs/getting-started/installation.md
Browse files Browse the repository at this point in the history
Co-authored-by: Vicente JJ. Miras <vjjmiras@gmail.com>
Signed-off-by: cccsss01 <56396984+cccsss01@users.noreply.github.com>
  • Loading branch information
2 people authored and poiana committed May 31, 2023
1 parent 2c75eaa commit d03cbee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion content/en/docs/getting-started/installation.md
Expand Up @@ -299,7 +299,8 @@ In these steps, we are targeting a Debian-like system on `x86_64` architecture.
```
4. Run `falco-driver-loader` binary to install the kernel module or the BPF probe. If you want to use other sources like the modern BPF probe or plugins you can skip this step.
> **_NOTE:_** /tmp directory must be able to execute scripts.
> To install the driver, the `falco-driver-loader` script requires write and execution permissions on the `/tmp` directory, as it will try to create and execute a script from there.
```bash
# If you want to install the kernel module
falco-driver-loader module
Expand Down

0 comments on commit d03cbee

Please sign in to comment.