Title: [192426] branches/safari-601.1.46-branch/Source/WebKit2
Revision
192426
Author
matthew_han...@apple.com
Date
2015-11-13 09:03:39 -0800 (Fri, 13 Nov 2015)

Log Message

Merge r191872. rdar://problem/23395972

Modified Paths

Diff

Modified: branches/safari-601.1.46-branch/Source/WebKit2/ChangeLog (192425 => 192426)


--- branches/safari-601.1.46-branch/Source/WebKit2/ChangeLog	2015-11-13 17:03:37 UTC (rev 192425)
+++ branches/safari-601.1.46-branch/Source/WebKit2/ChangeLog	2015-11-13 17:03:39 UTC (rev 192426)
@@ -1,5 +1,20 @@
 2015-11-13  Matthew Hanson  <matthew_han...@apple.com>
 
+        Merge r191872. rdar://problem/23395972
+
+    2015-11-01  Brent Fulgham  <bfulg...@apple.com>
+
+            Use convenience function in sandbox profile
+            https://bugs.webkit.org/show_bug.cgi?id=150732
+            <rdar://problem/23287894>
+
+            Reviewed by Alexey Proskuryakov.
+
+            * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb: Switch to
+            the 'awd-log-directory' convenience function.
+
+2015-11-13  Matthew Hanson  <matthew_han...@apple.com>
+
         Merge r188647. rdar://problem/23432373
 
     2015-08-18  Dean Jackson  <d...@apple.com>

Modified: branches/safari-601.1.46-branch/Source/WebKit2/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb (192425 => 192426)


--- branches/safari-601.1.46-branch/Source/WebKit2/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2015-11-13 17:03:37 UTC (rev 192425)
+++ branches/safari-601.1.46-branch/Source/WebKit2/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2015-11-13 17:03:39 UTC (rev 192426)
@@ -81,10 +81,6 @@
 (deny file-read-xattr file-write-xattr (xattr-regex #"^com\.apple\.security\.private\."))
 
 ;; AWD logging
-(allow mach-lookup (global-name "com.apple.awdd"))
-(allow-create-directory
-    (literal "/private/var/mobile/Library/Logs/awd"))
-(allow file-read* file-write*
-    (subpath "/private/var/mobile/Library/Logs/awd"))
+(awd-log-directory "com.apple.WebKit.WebContent")
 
 (network-client (remote tcp))
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to