tree: 711ae48ac9388f3bf08ba54ea131d44a97fb0944 [path history] [tgz]
  1. mojom/
  2. testdata/
  3. BUILD.gn
  4. executor.cc
  5. executor.h
  6. executor_daemon.cc
  7. executor_daemon.h
  8. mount.cc
  9. mount.h
  10. mount_test.cc
  11. README.md
rmad/executor/README.md

CrOS RMA executor

An executor daemon that performs root-level tasks that the RMA daemon cannot do by itself. The executor daemon is run as root in a jailed environment. The API between the RMA daemon and the executor is defined in mojom/.

Since all codes in rmad/executor can be run as root, please make sure the changes in this directory go through security reviews.