Chromium Code Reviews| Index: content/common/common.sb |
| diff --git a/content/common/common.sb b/content/common/common.sb |
| index b19528aa077155329546390532ca68ce0419f8c7..d7af1907bbbfd8b3acceb76afefcd5d3bd7e3eae 100644 |
| --- a/content/common/common.sb |
| +++ b/content/common/common.sb |
| @@ -35,6 +35,11 @@ |
| ; Needed for IPC on 10.6 |
| (allow ipc-posix-shm) |
| +; _simple.c logs to syslog via unix-domain socket in 10.6. 10.7 uses |
| +; a mach port. |
| +(allow network-outbound |
| + (remote unix-socket (path-literal "/private/var/run/syslog"))) ; 10.6 |
|
jeremy
2012/09/19 04:19:39
Is there a problem not adding this and letting the
|
| + |
| ; Component build workaround for a dyld bug, used on OS X <= 10.6. |
| ; Enables reading file metadata for the Chrome bundle and its parent paths. |
| ; http://crbug.com/127465 |