mirror of
https://git.freebsd.org/ports.git
synced 2025-07-04 10:59:14 -04:00
11 lines
487 B
C++
11 lines
487 B
C++
--- remoting/host/policy_watcher.cc.orig 2023-09-13 12:11:42 UTC
|
|
+++ remoting/host/policy_watcher.cc
|
|
@@ -184,7 +184,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)
|