aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-ipc_ipc__channel.h
blob: c40e63eebca40fd644ecadc1dffe0214bb55092a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ipc/ipc_channel.h.orig	2016-08-13 00:25:04.291611000 +0300
+++ ipc/ipc_channel.h	2016-08-13 00:09:06.758895000 +0300
@@ -223,7 +223,7 @@
   static std::string GenerateVerifiedChannelID(const std::string& prefix);
 #endif

-#if defined(OS_LINUX)
+#if defined(OS_LINUX) || defined(OS_BSD)
   // Sandboxed processes live in a PID namespace, so when sending the IPC hello
   // message from client to server we need to send the PID from the global
   // PID namespace.