You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
@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?
I noticed there's no support for some newer fanotify APIs, like
FAN_MARK_FILESYSTEM
forMarkFlags
, andFAN_CREATE
,FAN_DELETE
,FAN_MOVED_FROM
,FAN_MOVED_TO
, etc. forMarkEventFlags
. Could you add these flags? Or can I submit a pull request for all the missing flags?The text was updated successfully, but these errors were encountered: