Description
Ada applications can watch filesystem events through the Linux inotify API without implementing low-level bindings themselves.
It is useful for developers building file watchers, sync tools, editors, or automation in Ada. Filesystem monitoring can reveal private filenames or activity patterns, so applications should limit watched paths.