Open Issues Need Help
View All on GitHub Add `IN_MASK_CREATE` support 2 months ago
AI Summary: Implement support for the `IN_MASK_CREATE` flag in the `inotify-sys` Rust crate. This involves adding the flag to the crate's bindings and ensuring it functions correctly with the `inotify_add_watch` system call. The goal is to allow users to create inotify watches only if a watch for the given path doesn't already exist, preventing unintended modification of existing watch masks.
Complexity:
4/5
enhancement help wanted
Low-level inotify bindings for the Rust programming language
Rust
#inotify#linux#rust