Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: ## Context File Access Monitor(FAM) is a tool to monitor file system access, aiming to find out EdenFS crawlers. The tool will be implemented after [the toolchain is ready](https://docs.google.com/document/d/1MDSp3pdS5zycPiPcNDPOnBYWB4aDRoCT7D-qUA-PnKI/edit?usp=sharing). Before that, we are going to use this [third-party binary](https://github.com/objective-see/FileMonitor). This diff stack focuses on integrating the binary into Eden package and spawn a process from privHelper because of the required privileged permission. ## This Diff - Thrift endpoints to start FAM - Thrift endpoints to stop FAM When starting FAM, specify which mount point should be monitored. The path of the output file will be returned. When stopping FAM, no arguments needed. Reviewed By: jdelliot Differential Revision: D67488770 fbshipit-source-id: 77361e24ed10b33ca114c4c7c2629a24392337aa
- Loading branch information