diff options
Diffstat (limited to 'www/ungoogled-chromium/files/patch-chrome_enterprise__companion_enterprise__companion__client.cc')
-rw-r--r-- | www/ungoogled-chromium/files/patch-chrome_enterprise__companion_enterprise__companion__client.cc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/ungoogled-chromium/files/patch-chrome_enterprise__companion_enterprise__companion__client.cc b/www/ungoogled-chromium/files/patch-chrome_enterprise__companion_enterprise__companion__client.cc new file mode 100644 index 000000000000..6aae9bf88895 --- /dev/null +++ b/www/ungoogled-chromium/files/patch-chrome_enterprise__companion_enterprise__companion__client.cc @@ -0,0 +1,11 @@ +--- chrome/enterprise_companion/enterprise_companion_client.cc.orig 2024-07-31 14:19:23 UTC ++++ chrome/enterprise_companion/enterprise_companion_client.cc +@@ -9,7 +9,7 @@ namespace enterprise_companion { + mojo::NamedPlatformChannel::ServerName GetServerName() { + #if BUILDFLAG(IS_MAC) + return "org.chromium.ChromeEnterpriseCompanion.service"; +-#elif BUILDFLAG(IS_LINUX) ++#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + return "/run/Chromium/ChromeEnterpriseCompanion/service.sk"; + #elif BUILDFLAG(IS_WIN) + return L"ChromeEnterpriseCompanionService"; |