I have a program that reads and writes packets to/from network interfaces, and normally I would add myself in the sudoers file and run the program like this:
sudo ./bridge
But now I need multiple users to run this program, but without giving them sudo rights, such that they could run the program like this:
./bridge
Does anyone know how can I accomplish this? I am running Scientific Linux 6.1 on a 64bit platform, if it helps.
Thanks, Claudiu