I am absolutely new to Solaris, running it on Virtualbox. I am trying to do what the title says. Tried to follow the documentations by following here for auditing of files/folder. .
Steps I did to start auditing files/folders:
# audit -s
# rolemod -K audit_flags=+fw:no root
# auditreduce -o file=… -O filechg
# praudit *filechg
Steps I did to configure it to syslog is exactly as shown in here.
However, after doing these, I am still unable to pipe any changes that was done to syslog. The only thing promising is that when praudit *filechg
is entered, it shows the results below

But these results are not in syslog. And what I want is that the filename, time and also actions done be logged to syslog. Is this possible? Do let me know where did I go wrong and what did I missed out on as I know I surely did, unable to fully understand the documentation. Appreciate any help.