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
|
2024-05-20 13:42:05 +00:00
|
|
|
@@ -192,7 +192,7 @@ base::Value::Dict PolicyWatcher::GetDefaultPolicies()
|
2023-08-16 22:26:55 +00:00
|
|
|
true);
|
2023-09-17 04:05:06 +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)
|