nowsecure / fsmon

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

open source? #1

Closed dweinstein closed 8 years ago

dweinstein commented 8 years ago

cc @trufae

trufae commented 8 years ago

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 :)

trufae commented 8 years ago

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

trufae commented 8 years ago

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

trufae commented 8 years ago

Or darwin-fsmon

ghost commented 8 years ago

xnu-fsmon +1

trufae commented 8 years ago

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:

dweinstein commented 8 years ago

renamed in #3

trufae commented 8 years ago

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.

ekristen commented 8 years ago

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.

trufae commented 8 years ago

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

trufae commented 8 years ago

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 https://github.com/viaforensics/fsmon/issues/1#issuecomment-172563576.

dweinstein commented 8 years ago

:+1: MIT

trufae commented 8 years ago

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

dweinstein commented 8 years ago

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