fsmon icon indicating copy to clipboard operation
fsmon copied to clipboard

fsevapi not working

Open brainstorm opened this issue 8 years ago • 2 comments

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 avatar May 09 '16 08:05 brainstorm

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.

brainstorm avatar May 09 '16 08:05 brainstorm

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à [email protected] 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

trufae avatar May 09 '16 09:05 trufae