Operating System - Linux
1829115 Members
13451 Online
109986 Solutions
New Discussion

root error while sniffing data

 
muralikrishna
Advisor

root error while sniffing data

Hi ALL
Recently when i start my application given error:
ERROR: You don't have permission to sniff.
Try doing this as root.
Fatal Error, Quitting.

But ia m at root user only. What might be reason it like ?
2 REPLIES 2
Ivan Ferreira
Honored Contributor

Re: root error while sniffing data

What is the application? Maybe it requires SUID bit.
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
Matti_Kurkela
Honored Contributor

Re: root error while sniffing data

Maybe SELinux or some other optional security system is blocking raw socket access (which is needed for sniffing). SELinux can block things even if you are root, if the application has been started in a restricted context.

MK
MK