Hello,
I've installed solaris audit on a Solaris 10 SPARC system.
Latest patch 143962-04 is installed.
My problem is that while I can catch all arguments and processes created, I cannot catch a redirection. ie
Catches the first part but not the redirection.
Can somebody tell if it is a limitation of the system, or I'm just missing something?
Thank you
I've installed solaris audit on a Solaris 10 SPARC system.
Latest patch 143962-04 is installed.
My problem is that while I can catch all arguments and processes created, I cannot catch a redirection. ie
Code:
cat /tmp/test.txt > /tmp/test2.txt
Can somebody tell if it is a limitation of the system, or I'm just missing something?
Thank you