Hope to get some advice regarding file access from audit.log.
We are using the AIO docker image with NC version 28.0.4; Ubuntu 22.04.
Test scenario:
A directory was shared to a group with ‘Allow Download’ and Read permission.
When an user from the group accessed a file within the shared directory, no log entry in audit.log indicated that the user has accessed the file. There are logs to specifying that the directory was accessed.
However, when the owner of the directory accessed the same file, there are log indicating that the file was accessed.
How can we get information that user from the group has accessed the file?