Title: [148338] branches/safari-536.30-branch/Source/WebKit2
Revision
148338
Author
[email protected]
Date
2013-04-12 19:32:50 -0700 (Fri, 12 Apr 2013)

Log Message

Merged r141445. <rdar://problem/13335003>

Modified Paths

Diff

Modified: branches/safari-536.30-branch/Source/WebKit2/ChangeLog (148337 => 148338)


--- branches/safari-536.30-branch/Source/WebKit2/ChangeLog	2013-04-13 02:08:57 UTC (rev 148337)
+++ branches/safari-536.30-branch/Source/WebKit2/ChangeLog	2013-04-13 02:32:50 UTC (rev 148338)
@@ -1,3 +1,20 @@
+2013-04-12  Ryosuke Niwa  <[email protected]>
+
+        Merge r141445 (cherry-picking the actual fix)
+
+    2013-01-31  Alexey Proskuryakov  <[email protected]>
+
+            WebProcess sandbox profile overhaul.
+
+            Reviewed by Sam Weinig.
+
+            Moves some rules together by susbystem for easier maintenance.
+
+            Addresses <rdar://problem/9276393>, <rdar://problem/10844321>, <rdar://problem/12408537>,
+            <rdar://problem/12558524>.
+
+            * WebProcess/com.apple.WebProcess.sb.in:
+
 2013-03-08  Lucas Forschler  <[email protected]>
 
         Windows build fix #2.

Modified: branches/safari-536.30-branch/Source/WebKit2/WebProcess/com.apple.WebProcess.sb.in (148337 => 148338)


--- branches/safari-536.30-branch/Source/WebKit2/WebProcess/com.apple.WebProcess.sb.in	2013-04-13 02:08:57 UTC (rev 148337)
+++ branches/safari-536.30-branch/Source/WebKit2/WebProcess/com.apple.WebProcess.sb.in	2013-04-13 02:32:50 UTC (rev 148338)
@@ -208,6 +208,10 @@
         (literal "/private/etc/services")
         (literal "/private/etc/host"))
 
+#if __MAC_OS_X_VERSION_MIN_REQUIRED >= 1080 
+(deny file-write-create (vnode-type SYMLINK)) 
+#endif
+
 (deny file-read* file-write* (with no-log)
        ;; FIXME: Should be removed after <rdar://problem/9422957> is fixed.
        (home-literal "/Library/Caches/Cache.db")
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to