tree: 011da041ae30c6d95c3309a2c045ea74787dc4b3 [path history] [tgz]
  1. mojom/
  2. testdata/
  3. udev/
  4. BUILD.gn
  5. executor.cc
  6. executor.h
  7. executor_daemon.cc
  8. executor_daemon.h
  9. mount.cc
  10. mount.h
  11. mount_test.cc
  12. 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.