find /var -type f -perm +111 The only executable files that show up on my system are package pre/post install scripts. I like to mount /var as noexec which means that I can't add new packages, or at least their pre/post install scripts don't get to run.
Has anyone had a similar dilemna? I can live with having to remount /var if I want to install packages, but I'm just curious as to what my options are, if any. -MB