Here's what I came up with:

#!/bin/ksh
PID=`ps ?aef | grep Xsession | awk ?{ print $3 }?`
auditconfig   ?setpmask   $PID   no
exit
 
 
This message posted from opensolaris.org

Reply via email to