nowsecure / fsmon

monitor filesystem on iOS / OS X / Android / FirefoxOS / Linux
https://www.nowsecure.com
MIT License
881 stars 151 forks source link

Add generic posix backend #24

Open trufae opened 8 years ago

trufae commented 8 years ago

The idea behind this backend is that it should be checking all the time for changes in a specific directory and luanch events when it detects a new file, changed file or deleted ones.

this will be very cpu intensive but it will work everywhere. we can tune that usleep between probes with an env var to avoid abusing the filesystem