aboutsummaryrefslogtreecommitdiff
path: root/devel/electron38/files/patch-remoting_host_policy__watcher.cc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron38/files/patch-remoting_host_policy__watcher.cc')
-rw-r--r--devel/electron38/files/patch-remoting_host_policy__watcher.cc11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron38/files/patch-remoting_host_policy__watcher.cc b/devel/electron38/files/patch-remoting_host_policy__watcher.cc
new file mode 100644
index 000000000000..eb0803c78581
--- /dev/null
+++ b/devel/electron38/files/patch-remoting_host_policy__watcher.cc
@@ -0,0 +1,11 @@
+--- remoting/host/policy_watcher.cc.orig 2025-08-26 20:49:50 UTC
++++ remoting/host/policy_watcher.cc
+@@ -183,7 +183,7 @@ base::Value::Dict PolicyWatcher::GetDefaultPolicies()
+ result.Set(key::kRemoteAccessHostAllowEnterpriseFileTransfer, false);
+ result.Set(key::kClassManagementEnabled, "disabled");
+ #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)