summaryrefslogtreecommitdiffstats
path: root/dirmngr/dirmngr.w32-manifest.in
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--dirmngr/dirmngr.w32-manifest.in9
1 files changed, 8 insertions, 1 deletions
diff --git a/dirmngr/dirmngr.w32-manifest.in b/dirmngr/dirmngr.w32-manifest.in
index 719ca97..31d0965 100644
--- a/dirmngr/dirmngr.w32-manifest.in
+++ b/dirmngr/dirmngr.w32-manifest.in
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
-<description>GNU Privacy Guard (Network daemon)</description>
+<description>GNU Privacy Guard (Network Access Daemon)</description>
<assemblyIdentity
type="win32"
name="GnuPG.dirmngr"
@@ -15,4 +15,11 @@
<supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/><!-- Vista -->
</application>
</compatibility>
+<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
+ <security>
+ <requestedPrivileges>
+ <requestedExecutionLevel level="asInvoker"/>
+ </requestedPrivileges>
+ </security>
+</trustInfo>
</assembly>