mirror of https://github.com/OpenVPN/openvpn-gui
Revert "Run with highest privilege available"
This reverts commit 2af8636896
.
Requiring "highestAvalable" privilege is no longer required,
nor advisable, as the same functionality is provided using
the interactive service with the GUI running with limited rights.
Signed-off-by: Selva Nair <selva.nair@gmail.com>
pull/21/head
parent
7f73bcca0b
commit
686a4d5d8c
|
@ -21,7 +21,7 @@
|
|||
<security>
|
||||
<requestedPrivileges>
|
||||
<requestedExecutionLevel
|
||||
level="highestAvailable"
|
||||
level="asInvoker"
|
||||
uiAccess="false"/>
|
||||
</requestedPrivileges>
|
||||
</security>
|
||||
|
|
Loading…
Reference in New Issue