Dan Weinman wrote: > Krishna: > > Thanks for the info. Is there a system call to watch via dtrace that > process(es) would use to cause kcfd to do verification? >
You can run # ./opensnoop -f /var/run/kcfd_door and see which process is causing kcfd activitiy. You can get opensnoop from the DTrace tool kit at http://opensolaris.org/os/community/dtrace/dtracetoolkit/ -Krishna