http://bugs.winehq.org/show_bug.cgi?id=19029
Summary: ICMP ping requires application to run as root Product: Wine Version: 1.1.19 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: inconsiderateclod@gmail.com
"WARNING: Trying to use ICMP (network ping) will fail unless running as root"
This message was raised by a legitimate application trying to reach a network license server.
I'm guessing this was a design decision to limit windows DoS malware to use wine as a platform.
Since users are told to never ever ever run wine as root, this message is quite confusing.
http://bugs.winehq.org/show_bug.cgi?id=19029
--- Comment #1 from Ken Sharp kennybobs@o2.co.uk 2009-06-22 11:36:57 --- $man ping
"SECURITY ping requires CAP_NET_RAWIO capability to be executed. It may be used as set-uid root."
http://bugs.winehq.org/show_bug.cgi?id=19029
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #2 from Dmitry Timoshkov dmitry@codeweavers.com 2009-06-22 11:59:31 --- This is a Linux kernel limitation not a Wine one.
http://bugs.winehq.org/show_bug.cgi?id=19029
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Dmitry Timoshkov dmitry@codeweavers.com 2009-06-22 11:59:46 --- Closing invalid.
http://bugs.winehq.org/show_bug.cgi?id=19029
SiDi sidnioulz@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |sidnioulz@hotmail.com
--- Comment #4 from SiDi sidnioulz@hotmail.com 2010-02-16 07:11:48 --- I think a solution could be to set the correct capability in the binary that does the ping itself, which could be done in Wine's Makefile (unless the app Daniel K. Attling uses is trying to send the ping packet on it's own, in which case there is nothing to do to workaround this bug).
http://bugs.winehq.org/show_bug.cgi?id=19029
pa78@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |pa78@gmx.net
--- Comment #5 from pa78@gmx.net 2010-08-04 06:45:18 --- No matter if it's a bug or a linux kernel security limitation. There must be a proper solution!
I would need it for eMule's UploadSpeedSense feature... :(((