the wording around file accesses is a bit confusin...
# general
c
the wording around file accesses is a bit confusing.
Copy code
File Accesses

File accesses on Linux using inotify may induce unexpected and unwanted performance reduction. To prevent 'flooding' of access events alongside FIM, access events for file_path categories is an explicit opt-in. Add the following list of categories:

{
  "file_accesses": ["homes", "etc"]
}
Can i specify file_path or are categories the only supported option?