aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-remoting_host_policy__watcher.cc
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-remoting_host_policy__watcher.cc')
-rw-r--r--www/chromium/files/patch-remoting_host_policy__watcher.cc11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/chromium/files/patch-remoting_host_policy__watcher.cc b/www/chromium/files/patch-remoting_host_policy__watcher.cc
new file mode 100644
index 000000000000..b336657e2dd6
--- /dev/null
+++ b/www/chromium/files/patch-remoting_host_policy__watcher.cc
@@ -0,0 +1,11 @@
+--- remoting/host/policy_watcher.cc.orig 2024-03-22 08:19:40 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)