Title: [185008] trunk/Source/WebKit2
- Revision
- 185008
- Author
- [email protected]
- Date
- 2015-05-29 15:14:10 -0700 (Fri, 29 May 2015)
Log Message
[iOS] Update WebContent process sandbox profile for AWD logging
https://bugs.webkit.org/show_bug.cgi?id=145473
<rdar://problem/20543269>
Reviewed by Darin Adler.
Update WebContent process sandbox profile for AWD logging.
* Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (185007 => 185008)
--- trunk/Source/WebKit2/ChangeLog 2015-05-29 22:01:21 UTC (rev 185007)
+++ trunk/Source/WebKit2/ChangeLog 2015-05-29 22:14:10 UTC (rev 185008)
@@ -1,3 +1,15 @@
+2015-05-29 Chris Dumez <[email protected]>
+
+ [iOS] Update WebContent process sandbox profile for AWD logging
+ https://bugs.webkit.org/show_bug.cgi?id=145473
+ <rdar://problem/20543269>
+
+ Reviewed by Darin Adler.
+
+ Update WebContent process sandbox profile for AWD logging.
+
+ * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
+
2015-05-29 Anders Carlsson <[email protected]>
WebKit.framework installs or references Mac-only headers on iOS
Modified: trunk/Source/WebKit2/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb (185007 => 185008)
--- trunk/Source/WebKit2/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb 2015-05-29 22:01:21 UTC (rev 185007)
+++ trunk/Source/WebKit2/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb 2015-05-29 22:14:10 UTC (rev 185008)
@@ -82,7 +82,9 @@
;; 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*
- (literal "/private/var/mobile/Library/Logs/awd/awd-com.apple.WebKit.WebContent.log"))
+ (subpath "/private/var/mobile/Library/Logs/awd"))
(network-client (remote tcp))
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes