aboutsummaryrefslogtreecommitdiff
path: root/www/ungoogled-chromium/files/patch-remoting_host_policy__watcher.cc
blob: 8a0655fba53409b5f24801202307ef7ee737a54b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- remoting/host/policy_watcher.cc.orig	2024-03-22 14:16:19 UTC
+++ remoting/host/policy_watcher.cc
@@ -192,7 +192,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)