Title: [148346] branches/safari-536.30-branch/Source/WebKit2
- Revision
- 148346
- Author
- [email protected]
- Date
- 2013-04-12 21:39:44 -0700 (Fri, 12 Apr 2013)
Log Message
Merged r148284. <rdar://problem/13335003>
Modified Paths
Diff
Modified: branches/safari-536.30-branch/Source/WebKit2/ChangeLog (148345 => 148346)
--- branches/safari-536.30-branch/Source/WebKit2/ChangeLog 2013-04-13 04:23:45 UTC (rev 148345)
+++ branches/safari-536.30-branch/Source/WebKit2/ChangeLog 2013-04-13 04:39:44 UTC (rev 148346)
@@ -1,5 +1,18 @@
2013-04-12 Ryosuke Niwa <[email protected]>
+ Merge r148284
+
+ 2013-04-12 Alexey Proskuryakov <[email protected]>
+
+ <rdar://problem/13126204> [Mac] Tweak sandbox profile.
+
+ Reviewed by Anders Carlsson.
+
+ * NetworkProcess/mac/com.apple.WebKit.NetworkProcess.sb.in:
+ * WebProcess/com.apple.WebProcess.sb.in:
+
+2013-04-12 Ryosuke Niwa <[email protected]>
+
Merge r141445 (cherry-picking the fix for <rdar://problem/13266396>)
2013-01-31 Alexey Proskuryakov <[email protected]>
Modified: branches/safari-536.30-branch/Source/WebKit2/WebProcess/com.apple.WebProcess.sb.in (148345 => 148346)
--- branches/safari-536.30-branch/Source/WebKit2/WebProcess/com.apple.WebProcess.sb.in 2013-04-13 04:23:45 UTC (rev 148345)
+++ branches/safari-536.30-branch/Source/WebKit2/WebProcess/com.apple.WebProcess.sb.in 2013-04-13 04:39:44 UTC (rev 148346)
@@ -206,9 +206,8 @@
(literal "/private/etc/services")
(literal "/private/etc/host"))
-#if __MAC_OS_X_VERSION_MIN_REQUIRED >= 1080
-(deny file-write-create (vnode-type SYMLINK))
-#endif
+(if (defined? 'vnode-type)
+ (deny file-write-create (vnode-type SYMLINK)))
(deny file-read* file-write* (with no-log)
;; FIXME: Should be removed after <rdar://problem/9422957> is fixed.
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes