summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2013-06-23 23:51:33 +0900
committerKali Kaneko <kali@leap.se>2013-06-23 23:51:33 +0900
commitb777dbfd4df7f4f0e4c2596fcc4000c2aba05a08 (patch)
treec677168f9d418bb572232c6480356aee38bd3b89
parent1a3a708482e442c18613637e04eed54c3418f060 (diff)
parent63ceb0f88e21ff609446df83675e69d11d7871c2 (diff)
Merge remote-tracking branch 'chiiph/feature/openvpn_windows_manifest' into develop
-rw-r--r--changes/feature_openvpn_manifest2
-rw-r--r--pkg/windows/openvpn_manifest19
2 files changed, 21 insertions, 0 deletions
diff --git a/changes/feature_openvpn_manifest b/changes/feature_openvpn_manifest
new file mode 100644
index 00000000..2b4454de
--- /dev/null
+++ b/changes/feature_openvpn_manifest
@@ -0,0 +1,2 @@
+ o Properly set the binary manifest to the windows openvpn
+ binary. Closes #203 \ No newline at end of file
diff --git a/pkg/windows/openvpn_manifest b/pkg/windows/openvpn_manifest
new file mode 100644
index 00000000..7c6a542a
--- /dev/null
+++ b/pkg/windows/openvpn_manifest
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<asmv1:assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <assemblyIdentity version="1.0.0.0" name="openvpn_leap" />
+ <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
+ <security>
+ <requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
+ <requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
+ </requestedPrivileges>
+ <applicationRequestMinimum>
+ <defaultAssemblyRequest permissionSetReference="Custom" />
+ <PermissionSet class="System.Security.PermissionSet" version="1" ID="Custom" SameSite="site" />
+ </applicationRequestMinimum>
+ </security>
+ </trustInfo>
+ <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
+ <application>
+ </application>
+ </compatibility>
+</asmv1:assembly> \ No newline at end of file