aboutsummaryrefslogtreecommitdiff
path: root/devel/electron37/files/patch-remoting_host_policy__watcher.cc
blob: 4fd1bc45a43db9f46e4a5a713488d965a7eccb56 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- remoting/host/policy_watcher.cc.orig	2025-06-30 07:04:30 UTC
+++ remoting/host/policy_watcher.cc
@@ -182,7 +182,7 @@ base::Value::Dict PolicyWatcher::GetDefaultPolicies() 
   result.Set(key::kRemoteAccessHostAllowEnterpriseFileTransfer, false);
   result.Set(key::kClassManagementEnabled, "disabled");
 #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)