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 /pkg | |
parent | 4cfe344fceb16d19936fa8d0d2f6bdaa7e747740 (diff) |
Add openvpn manifest for windows binary
Diffstat (limited to 'pkg')
-rw-r--r-- | pkg/windows/openvpn_manifest | 19 |
1 files changed, 19 insertions, 0 deletions
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 |