]> git.ipfire.org Git - people/ms/network.git/commitdiff
security-policies: List "performance" as read-only
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 3 Aug 2017 12:07:21 +0000 (12:07 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 3 Aug 2017 12:09:37 +0000 (12:09 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/functions/functions.vpn-security-policies

index d17a155c365037687e231c6f432b21953a8b8274..f73670be61b4edebab4be57f5cba89a0baa94b97 100644 (file)
@@ -20,7 +20,7 @@
 ###############################################################################
 
 VPN_SECURITY_POLICIES_CONFIG_SETTINGS="CIPHER COMPRESSION GROUP_TYPE INTEGRITY KEY_EXCHANGE LIFETIME PFS"
-VPN_SECURITY_POLICIES_READONLY="system"
+VPN_SECURITY_POLICIES_READONLY="system performance"
 
 VPN_DEFAULT_SECURITY_POLICY="system"