Thanks, Daniel.  (In the past I wasn't able to d/l the file)

In particular,  the failed ping is attempted by 12687 which is a grand-
child of the task which did:

12680 00:22:40.854292 execve("/usr/bin/wine-preloader", 
["/usr/bin/wine-preloader", "/us
r/bin/wine", "C:\\Program Files\\Hotspot Shield\\bin\\openvpnas.exe"], [/* 40 
vars */] <
unfinished ...>

Note that (a) is not sufficient. The wine process (or a small wrapper
for the wine process) would have to enable the capability in its pI, in
addition to the capability being set in fI for wine-preloader.  For
example, you should be able to:

   sudo setcap CAP_NET_BIND_SERVICE=i /usr/bin/wine-preloader
   sudo capsh --inh=cap_net_bind_service --uid 1000
   #  <your wine command>

The capsh part could be automated with a wrapper (which would have
cap_net_bind_service in its permissions).

** Changed in: libcap2 (Ubuntu)
       Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/695581

Title:
  setcap does not provide WINE access to port < 1024 for Hotspot Shield

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libcap2/+bug/695581/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to