-
Notifications
You must be signed in to change notification settings - Fork 293
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add methods for privHelper client to interact with fam
Summary: ## This Diff Defined two methods: startFam and stopFam for privHelper client. These methods will be called directly by serviceHandler upon receiving the Thrift requests. ## 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. 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. Reviewed By: jdelliot Differential Revision: D69340304 fbshipit-source-id: 815423a1d38ea9af6bcd74d481e60f6299a5baf8
- Loading branch information
1 parent
5f2d76b
commit d55f8e4
Showing
4 changed files
with
88 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters