Hi, everyone!
I need audit file operations (create, write, change, delete) for NFS shares (ZFS). I'm trying to configure auditd:
But after create, modify or delete file via NFS, a didn't see any audit records in log file.
Can anybody give advice about correct solution for my task, except auditd? I think the log file size will be very large. May be I don't found it.
I need audit file operations (create, write, change, delete) for NFS shares (ZFS). I'm trying to configure auditd:
Code:
dir:/var/log/audit
dist:off
flags:fc,fd,fw
minfree:5
naflags:fc,fd,fw
policy:cnt,argv
filesz:512M
expire-after:30d
Can anybody give advice about correct solution for my task, except auditd? I think the log file size will be very large. May be I don't found it.