Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(398)

Unified Diff: content/common/common.sb

Issue 10908245: unchecked_malloc() for Skia on OSX. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Back out EBADF, allow syslog logging from sandbox. Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698