Solaris 10- Audit by BSM works well with commands arguments - But Syslog does not records these argu
I've enabled the BSM audit module on Solaris 10, with the syslog plugin.
I enabled the following class lo,ex,fw,fc,fd, and also enabled the arguments (/usr/sbin/auditconfig -setpolicy +argv).
I can see in /var/audit/* all the command lines with their arguments. So the auditd works as expected : It audits the commands with their arguments.
The thing is that the syslog only records the commands .... and not the arguments !
To summarize: I can see with 'praudit $myfikle' alld the commands with their arguments, but in the resulting syslog output file (out.txt), I can only see commands (Arguments are missing).