From 94a64c0017e076669e7f217bd74a0c3e12380d24 Mon Sep 17 00:00:00 2001 From: Adrian Dewhurst Date: Tue, 5 Dec 2023 13:30:32 -0500 Subject: [PATCH] util/syspolicy: rename incorrectly named policy keys These keys were intended to match the Apple platforms, but accidentally used the wrong name. Updates ENG-2133 Change-Id: I9ed7a17919e34e2d8896a5c64efc4d0c0003166e Signed-off-by: Adrian Dewhurst --- util/syspolicy/policy_keys.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/util/syspolicy/policy_keys.go b/util/syspolicy/policy_keys.go index 8dc2d00c2..c90f7b5cc 100644 --- a/util/syspolicy/policy_keys.go +++ b/util/syspolicy/policy_keys.go @@ -21,8 +21,8 @@ const ( EnableIncomingConnections Key = "AllowIncomingConnections" EnableServerMode Key = "UnattendedMode" ExitNodeAllowLANAccess Key = "ExitNodeAllowLANAccess" - EnableTailscaleDNS Key = "EnableTailscaleDNSSettings" - EnableTailscaleSubnets Key = "EnableTailscaleSubnets" + EnableTailscaleDNS Key = "UseTailscaleDNSSettings" + EnableTailscaleSubnets Key = "UseTailscaleSubnets" // Keys with a string value that controls visibility: "show", "hide". // The default is "show" unless otherwise stated.