[go: up one dir, main page]

tree: a23ef2298d6a160c632ade9cec4a86cfdcb33e0f [path history] [tgz]
  1. daemon/
  2. dbus/
  3. features/
  4. init/
  5. metrics/
  6. regmon/
  7. seccomp/
  8. BUILD.gn
  9. DIR_METADATA
  10. main.cc
  11. OWNERS
  12. README.md
regmon/README.md

Policy Monitoring Daemon for ChromeOS

The Regmon daemon provides a d-bus interface for other components of ChromeOS to report policy violations relating to first-party network traffic. The initial reporting will come from Chrome, but as other components are instrumented they will be documented here.

Build and Deploy

~$ cros workon --board=${BOARD} start chromeos-base/regmon
(inside chroot)
~$ emerge-${BOARD} chromeos-base/regmon
~$ cros deploy ${DUT} regmon

Design Docs

A more up-to-date design document will be added in this directory. The original plans can be viewed at:

  • go/regulatory-netmon