Displaying 1 result from an estimated 1 matches for "__monitored__".
2010 Apr 02
0
Watching a file using auditd
...te actually).
I found that when auditd is running, it will correctly report files that are read, but will not report changes to a file that is being monitored.
But if I stop auditd and load audit rules using auditctl, it will work as expected.
Here's the audit rule:
-w /tmp/audit-test -p rw -k __monitored__
What am I missing here? Thanks.