tree: ef0b37be7b1a4c7b0f9ea146b07f9ac0bee4f635 [path history] [tgz]
  1. bpf/
  2. tools/
  3. bpf_skeleton_wrappers.h
  4. bpf_utils.cc
  5. bpf_utils.h
  6. BUILD.gn
  7. daemon.cc
  8. daemon.h
  9. DIR_METADATA
  10. factories.cc
  11. factories.h
  12. main.cc
  13. OWNERS
  14. plugins.h
  15. process_bpf_skeleton.cc
  16. process_plugin.cc
  17. README.md
  18. skeleton_factory.h
secagentd/README.md

Secagentd

Overview

Secagentd is a daemon responsible for detecting and reporting security related events through ERP (Encrypted Reporting Pipeline) for forensic analysis.

Build and installation instructions

Since this feature is under active development it will not be enabled by default when building an image.

To build all the packages for a board with this feature enabled you must

USE="bpf_extras secagent" build_packages --board="${BOARD}"

If you wish to upgrade an existing board image to include this feature you should emerge the kernel

e.g:

USE="bpf_extras" emerge-amd64-generic chromeos-kernel-5_15

then you can successfully build and install secagentd

emerge-amd64-generic secagentd