aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2020-12-11 14:17:27 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2020-12-11 14:17:27 +0100
commit5e24780d4cb259b7392db0fe7f0c2f129bd598f3 (patch)
treebeb062831792a4b15e74ac654148d4a7a01ce1ad /src
parentwincompat: add resource and manifest and enable lto (diff)
downloadwireguard-tools-5e24780d4cb259b7392db0fe7f0c2f129bd598f3.tar.xz
wireguard-tools-5e24780d4cb259b7392db0fe7f0c2f129bd598f3.zip
wincompat: do not elevate by default
Elevation makes it detach from the console, which means the results are hidden. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'src')
-rw-r--r--src/wincompat/manifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wincompat/manifest.xml b/src/wincompat/manifest.xml
index b47de27..fb9a1b4 100644
--- a/src/wincompat/manifest.xml
+++ b/src/wincompat/manifest.xml
@@ -16,7 +16,7 @@
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
<security>
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
- <requestedExecutionLevel level="requireAdministrator" />
+ <requestedExecutionLevel level="asInvoker" />
</requestedPrivileges>
</security>
</trustInfo>