nowsecure / fsmon

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

fsevapi not working #22

Open brainstorm opened 8 years ago

brainstorm commented 8 years ago

No events when trying out the fsevapi:

$ ./fsmon-osx -B fsevapi .
$ touch foo
[no events shown]

The default backend (devfsev?) works but requires root for local non-root-owned paths.

brainstorm commented 8 years ago

Also the process does not seem to accept signals:

mba-3:fsmon romanvg$ ./fsmon-osx -B fsevapi .
^C^C
^C^C^C^C^C^C^C^C^C

^C^C^C^C^C^C^C^C^C

The default backed can be killed with ctrl+c.

trufae commented 8 years ago

signal is catched but doesnt stops the event loop. will investigate on this later.

thanks!

On 09 May 2016, at 10:15, Roman Valls Guimerà notifications@github.com wrote:

Also the process does not seem to accept signals:

mba-3:fsmon romanvg$ ./fsmon-osx -B fsevapi . ^C^C ^C^C^C^C^C^C^C^C^C

^C^C^C^C^C^C^C^C^C — You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/nowsecure/fsmon/issues/22#issuecomment-217802806