Hi
I have made a script tc.sh which executes some commands of iptables. Now I want that other users also should be able to execute this script, so I set the suid using chmod 4755. But even after setting the suid, other users still cannot execute the script. Is it the problem with iptables or suid????
