mirror of https://github.com/OpenVPN/openvpn-gui
Run with highest privilege available
Request the highest privilege of the invoking user. When started by a user with admin rights, a UAC prompt may pop up requesting consent. The current behaviour is preserved for users with limited privileges. Signed-off-by: Selva Nair <selva.nair@gmail.com>pull/6/head
parent
88c6e9f927
commit
2af8636896
|
@ -21,7 +21,7 @@
|
|||
<security>
|
||||
<requestedPrivileges>
|
||||
<requestedExecutionLevel
|
||||
level="asInvoker"
|
||||
level="highestAvailable"
|
||||
uiAccess="false"/>
|
||||
</requestedPrivileges>
|
||||
</security>
|
||||
|
|
Loading…
Reference in New Issue