I'm using an application that sends pings along other stuff and it's working great after adding raw socket capabilities as instructed from the wiki.
Code: Select all
sudo setcap cap_net_raw+epi /usr/bin/wine-preloader
sudo setcap cap_net_raw+epi /usr/bin/wineserver
After removing the capabilities with
Code: Select all
sudo setcap cap_net_raw-epi /usr/bin/wine-preloader
sudo setcap cap_net_raw-epi /usr/bin/wineserver
System info:
Code: Select all
Slackware64 14.1
wine-1.7.15 (self-built, Wine 64 enabled, apps are 32bit)
winetricks not used