diff options
| author | Tomás Touceda <chiiph@leap.se> | 2013-06-21 15:35:09 -0300 | 
|---|---|---|
| committer | Tomás Touceda <chiiph@leap.se> | 2013-06-21 15:35:09 -0300 | 
| commit | 63ceb0f88e21ff609446df83675e69d11d7871c2 (patch) | |
| tree | e39a33bd53439194b86352c3ed00ab3bcc8fda78 | |
| parent | 4cfe344fceb16d19936fa8d0d2f6bdaa7e747740 (diff) | |
Add openvpn manifest for windows binary
| -rw-r--r-- | changes/feature_openvpn_manifest | 2 | ||||
| -rw-r--r-- | pkg/windows/openvpn_manifest | 19 | 
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 | 
