dehghanimeh / ics-openvpn

Automatically exported from code.google.com/p/ics-openvpn
0 stars 0 forks source link

Add protect socket on AIDL #306

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. connect openvpn, other socket will disconnect.

What is the expected output? What do you see instead?

What mobile phone are you using?
Nexus 7, Acer A1 810

Which Android Version and stock ROM or aftermarket like cyanogenmod?
4.4

Please provide any additional information below.

Can add one function on AIDL?

ex. 
void protect(int fd);

and implement

@Override
public void protect(int fd)  throws RemoteException 
{
    checkOpenVPNPermission();
    mService.protect(fd);
}

because other socket reroute to openvpn...

Original issue reported on code.google.com by easonwu...@gmail.com on 26 Nov 2014 at 3:30

GoogleCodeExporter commented 9 years ago
This issue was closed by revision a2e717473110.

Original comment by arne@rfc2549.org on 18 Dec 2014 at 10:13