summaryrefslogtreecommitdiff
path: root/devel/electron35/files/patch-remoting_host_policy__watcher.cc
blob: 0b2e00f1bcaa47e0f57302650f7e3b6752c1fe98 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- remoting/host/policy_watcher.cc.orig	2025-03-24 20:50:14 UTC
+++ remoting/host/policy_watcher.cc
@@ -177,7 +177,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)