I would have thought ES would emit an es_event_create_t
for files being created as a result of inflating an archive in the Downloads folder.
A good test for this would be to:
- Download Visual Studio Code (or any zip archive) to
~/Downloads
- Run
/usr/bin/eslogger create | grep "Visual Studio Code"
and watch for file creation events you'll notice a bunch in/private/var/folders
but none in~/Downloads
- Expand the archive and notice there's no file creation events
- You can run
sudo eslogger create | grep "/Downloads/Visual Studio Code.app"
to see that there are no files being "created" in the Downloads folder by that name.
I briefly went through the other "File Metadata Event Types" and did not seem to find one that fit the bill. Completely understand there could be another event that will collect behavior. My mute set is pretty standard and don't think there is an issue there.
Any suggestions would be greatly appreciated!