Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for New Fanotify APIs/Flags #1

Open
kkysen opened this issue Oct 18, 2020 · 2 comments
Open

Support for New Fanotify APIs/Flags #1

kkysen opened this issue Oct 18, 2020 · 2 comments

Comments

@kkysen
Copy link

kkysen commented Oct 18, 2020

I noticed there's no support for some newer fanotify APIs, like FAN_MARK_FILESYSTEM for MarkFlags, and FAN_CREATE, FAN_DELETE, FAN_MOVED_FROM, FAN_MOVED_TO, etc. for MarkEventFlags. Could you add these flags? Or can I submit a pull request for all the missing flags?

@raphaelcohn
Copy link
Contributor

@kkysen I no longer maintain this crate, but I've reworked the support into my linux-support crate.

@kkysen
Copy link
Author

kkysen commented Nov 21, 2020

@raphaelcohn That's great. I'm working on a more idiomatic, complete, and type-safe fanotify wrapper myself now, but linux-support seems very extensive. Do you think you could put in the README.md that this crate is no longer actively maintained, but development has mostly switched to linux-support?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants