mirror of
https://github.com/falcosecurity/falco.git
synced 2025-07-05 19:06:44 +00:00
fix(proposals/20200504-falco-artifacts-scope.md): minor fixes
Co-Authored-By: Leonardo Di Donato <leodidonato@gmail.com> Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
This commit is contained in:
parent
b6bbc27e57
commit
69714a8124
@ -18,10 +18,10 @@ Inspired from [#1114](https://github.com/falcosecurity/falco/issues/1114) and ma
|
|||||||
|
|
||||||
*System call provider from the Linux kernel. Either (`bpf`, `module`, or `ptrace`)*
|
*System call provider from the Linux kernel. Either (`bpf`, `module`, or `ptrace`)*
|
||||||
|
|
||||||
**falco-driver-loader-script**
|
**falco-driver-loader**
|
||||||
|
|
||||||
|
|
||||||
*The bash script found [here](https://github.com/falcosecurity/falco/blob/master/scripts/falco-driver-loader) that tries to compile else download the kernel module.*
|
*The bash script found [here](https://github.com/falcosecurity/falco/blob/master/scripts/falco-driver-loader) that tries to compile else download the driver (kernel module or eBPF probe).*
|
||||||
|
|
||||||
**package**
|
**package**
|
||||||
|
|
||||||
@ -44,7 +44,6 @@ _If a package installs the Falco kernel module it MUST contain `module`._
|
|||||||
|
|
||||||
_If a package installs the Falco BPF probe it MUST contain `bpf`._
|
_If a package installs the Falco BPF probe it MUST contain `bpf`._
|
||||||
|
|
||||||
_If a package installs the Falco kernel module it MUST contain `module`._
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -110,13 +109,13 @@ _If a container image is used to install something, then exit it MUST have the `
|
|||||||
- falcosecurity/privileged-driver-install:TAG
|
- falcosecurity/privileged-driver-install:TAG
|
||||||
- Runs `falco-driver-loader` and exit
|
- Runs `falco-driver-loader` and exit
|
||||||
- falcosecurity/priviliged-driver-install-falco
|
- falcosecurity/priviliged-driver-install-falco
|
||||||
- first runs `privileged-driver-install` then runs `falco`
|
- first runs `falco-driver-loader` then runs `falco`
|
||||||
- falcosecurity/priviliged-host-systemd-driver-falco:TAG
|
- falcosecurity/priviliged-host-systemd-driver-falco:TAG
|
||||||
- Detects arch and runs new bash script:
|
- Detects arch and runs new bash script:
|
||||||
- Installs Falco with packages (deb, rpm, src)
|
- Installs Falco with packages (deb, rpm, src)
|
||||||
- Configures with systemd and Unix Domain Socket [#858](https://github.com/falcosecurity/falco/issues/858)
|
- Configures with systemd and Unix Domain Socket [#858](https://github.com/falcosecurity/falco/issues/858)
|
||||||
- falcosecurity/dev-tester:TAG
|
- falcosecurity/dev-tester:TAG
|
||||||
- Runs the falco test suite
|
- Runs the Falco integration test suite
|
||||||
- falcosecurity/dev-builder:TAG
|
- falcosecurity/dev-builder:TAG
|
||||||
- Contains falco tool chain
|
- Contains falco tool chain
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user