FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 617984ef authored by Dr Adam Thorn's avatar Dr Adam Thorn
Browse files

Merge branch 'openvpn_permission_fix' into 'master'

openvpn: allow all local users to use personal config dir

See merge request !333
parents c4022ade 57f34a40
No related branches found
No related tags found
1 merge request!333openvpn: allow all local users to use personal config dir
<?xml version="1.0" encoding="UTF-8"?>
<packages:packages xmlns:packages="http://www.wpkg.org/packages">
<package id="openvpn" name="OpenVPN Client" revision="%version%.1" priority="0" reboot="false">
<package id="openvpn" name="OpenVPN Client" revision="%version%.2" priority="0" reboot="false">
<variable name="version" value="2.6.1002" /> <!-- version in add/remove program entry -->
<variable name="fileversion" value="2.6.10-I002" /> <!-- component from downloaded filename -->
<variable name="GIT_CITEST" value="broken" /><!-- 1603 -->
......@@ -9,6 +9,10 @@
<check type="uninstall" condition="exists" path="OpenVPN 2.6.10-I002 amd64" />
<install cmd='msiexec /qn /i %wpkgsoftware%\openvpn\openvpn-%fileversion%-amd64.msi' />
<!-- openvpn-gui requires membership of a suitable local admin group if a user tries
to use a profile saved in c:\users . We set this to Users to give everyone
the ability to define their own config. -->
<install cmd='reg add HKLM\software\openvpn /t REG_SZ /v ovpn_admin_group /d Users /f' />
<upgrade include='install' />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment