# TODO: Generate `CLOSE`/`CLOSE_NOWRITE` after closing the last FD.
Inotify.DupFD

# Symbolic links to the busybox binary does not work:
# "gvisor_test_temp_1103_1767603858010282988: applet not found"
Inotify.Exec

# TODO: Support the `EXCL_UNLINK` flag.
Inotify.ExcludeUnlink
Inotify.ExcludeUnlink_NoRandomSave
Inotify.ExcludeUnlinkDirectory
Inotify.ExcludeUnlinkDirectory_NoRandomSave
Inotify.ExcludeUnlinkInodeEvents
Inotify.ExcludeUnlinkInodeEvents_NoRandomSave
Inotify.ExcludeUnlinkMultipleChildren
Inotify.ExcludeUnlinkMultipleChildren_NoRandomSave

# TODO: Generate `DELETE_SELF`/`IGNORED` after closing the last FD.
Inotify.IncludeUnlinkedFile
Inotify.IncludeUnlinkedFile_NoRandomSave

# TODO: Report `MOVE_*` events at the `rename()` system call.
Inotify.MoveGeneratesEvents
Inotify.MoveWatchedTargetGeneratesEvents

# TODO: Support the `splice()` system call.
Inotify.SpliceOnInotifyFD
Inotify.SpliceOnWatchTarget

# TODO: Correct event generation at the `untimensat()` system call.
Inotify.Utimensat
