Re: [Openvpn-devel] [PATCH v5] openvpnserv: enable interactive service to open tun

2019-07-22 Thread Selva Nair
Hi, On Thu, Jul 18, 2019 at 7:42 AM Lev Stipakov wrote: > From: Lev Stipakov > > This patch enables interactive service to open tun device. > This is mostly needed by Wintun, which could be opened > only by privileged process. > > When interactive service is used, instead of calling >

[Openvpn-devel] [PATCH v5] openvpnserv: enable interactive service to open tun

2019-07-18 Thread Lev Stipakov
From: Lev Stipakov This patch enables interactive service to open tun device. This is mostly needed by Wintun, which could be opened only by privileged process. When interactive service is used, instead of calling CreateFile() directly by openvpn process we pass tun device path into service