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
Selva Nair 2016-02-29 10:37:07 -05:00
parent 7f73bcca0b
commit 686a4d5d8c
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
<security>
<requestedPrivileges>
<requestedExecutionLevel
level="highestAvailable"
level="asInvoker"
uiAccess="false"/>
</requestedPrivileges>
</security>