Have need to allow setuid scripts. They do not appear to be working with RH 6.0 despite the file having the permissions and ownership: -rwsr-xr-x 1 root root and the first line is #!/bin/sh (also tried /bin/bash.. no difference)
Setuid scripts will not work on linux. It's a security hole. You could always write a short setuid wrapper program in C....