nowsecure / fsmon

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

Add support for FreeBSD #6

Open trufae opened 8 years ago

trufae commented 8 years ago

filesystem monitoring in FreeBSD needs to be done using the kqueue api

https://github.com/emcrisostomo/fswatch

trufae commented 8 years ago

Reference: https://twitter.com/felixehlers/status/701187621800833024

trufae commented 8 years ago

I think we can reuse the kqueue backend from osx for freebsd. but need to investigate a bit more