2023-08-16 22:26:55 +00:00
|
|
|
Index: remoting/host/policy_watcher.cc
|
|
|
|
--- remoting/host/policy_watcher.cc.orig
|
|
|
|
+++ remoting/host/policy_watcher.cc
|
2023-09-14 00:49:35 +00:00
|
|
|
@@ -184,7 +184,7 @@ base::Value::Dict PolicyWatcher::GetDefaultPolicies()
|
2023-08-16 22:26:55 +00:00
|
|
|
true);
|
2023-09-14 00:49:35 +00:00
|
|
|
result.Set(key::kRemoteAccessHostAllowEnterpriseFileTransfer, false);
|
2023-08-16 22:26:55 +00:00
|
|
|
#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)
|