Changeset 192426 in webkit


Ignore:
Timestamp:
Nov 13, 2015 9:03:39 AM (9 years ago)
Author:
matthew_hanson@apple.com
Message:

Merge r191872. rdar://problem/23395972

Location:
branches/safari-601.1.46-branch/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/safari-601.1.46-branch/Source/WebKit2/ChangeLog

    r192423 r192426  
     12015-11-13  Matthew Hanson  <matthew_hanson@apple.com>
     2
     3        Merge r191872. rdar://problem/23395972
     4
     5    2015-11-01  Brent Fulgham  <bfulgham@apple.com>
     6
     7            Use convenience function in sandbox profile
     8            https://bugs.webkit.org/show_bug.cgi?id=150732
     9            <rdar://problem/23287894>
     10
     11            Reviewed by Alexey Proskuryakov.
     12
     13            * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb: Switch to
     14            the 'awd-log-directory' convenience function.
     15
    1162015-11-13  Matthew Hanson  <matthew_hanson@apple.com>
    217
  • branches/safari-601.1.46-branch/Source/WebKit2/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb

    r185008 r192426  
    8282
    8383;; AWD logging
    84 (allow mach-lookup (global-name "com.apple.awdd"))
    85 (allow-create-directory
    86     (literal "/private/var/mobile/Library/Logs/awd"))
    87 (allow file-read* file-write*
    88     (subpath "/private/var/mobile/Library/Logs/awd"))
     84(awd-log-directory "com.apple.WebKit.WebContent")
    8985
    9086(network-client (remote tcp))
Note: See TracChangeset for help on using the changeset viewer.