aboutsummaryrefslogtreecommitdiff
path: root/devel/electron33/files/patch-remoting_host_policy__watcher.cc
blob: 40313f6bbe7fd08165dfbd9ba90ee170be8e5f8e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- remoting/host/policy_watcher.cc.orig	2024-08-14 20:55:09 UTC
+++ remoting/host/policy_watcher.cc
@@ -178,7 +178,7 @@ base::Value::Dict PolicyWatcher::GetDefaultPolicies() 
              true);
   result.Set(key::kRemoteAccessHostAllowEnterpriseFileTransfer, false);
 #endif
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_BSD)
   result.Set(key::kRemoteAccessHostMatchUsername, false);
 #endif
 #if !BUILDFLAG(IS_CHROMEOS)