nowsecure / fsmon

monitor filesystem on iOS / OS X / Android / FirefoxOS / Linux

Home Page:https://www.nowsecure.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

open source?

dweinstein opened this issue · comments

I would like to cleanup the event loop https://github.com/viaforensics/ios-fsmon/blob/master/fsmon.c#L121 Open-sourcing sounds good for me :)

What about the license? MIT/Apache-2.0 like Rust?

The tool also works on OSX; so maybe it should be renamed to xnu-fsmon?

Or darwin-fsmon

xnu-fsmon +1

I've pushed almost all the changes needed to release. I would also like to update the README with some more info, not just the help message. So pending tasks are:

  • rename to xnu-fsmon
  • confirm MIT license
  • update README

renamed in #3

Hey, i think it will be better to name it just fsmon. Because it can be easily ported to Linux using the inotify api, so it will become usable on Android too.

We will need to move this over to the nowsecure organization once we are ready to open source it, unfortunately this cannot be done via a script, AFAICT GitHub does not expose the features to move between organizations so I will have to do it manually.

osx/ios event loop fixed. Please @dweinstein confirm the README and MIT license is ok.

ok, waiting for @dweinstein

On 18 Jan 2016, at 16:37, Erik Kristensen notifications@github.com wrote:

We will need to move this over to the nowsecure organization once we are ready to open source it, unfortunately this cannot be done via a script, AFAICT GitHub does not expose the features to move between organizations so I will have to do it manually.


Reply to this email directly or view it on GitHub #1 (comment).

👍 MIT

Ok, so now, everything is fine and ready to be moved into nowsecure/ cc @ekristen

@ekristen this should be good to move over to NS org