Skip to content

Commit

Permalink
Do not follow symlinks in watches. See notify-rs#255.
Browse files Browse the repository at this point in the history
  • Loading branch information
stuhood committed Jul 14, 2020
1 parent 6b41307 commit 0a2d91c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/inotify.rs
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,7 @@ impl EventLoop {
let mut watchmask = WatchMask::ATTRIB
| WatchMask::CREATE
| WatchMask::DELETE
| WatchMask::DONT_FOLLOW
| WatchMask::CLOSE_WRITE
| WatchMask::MODIFY
| WatchMask::MOVED_FROM
Expand Down

0 comments on commit 0a2d91c

Please sign in to comment.