Changeset 191872 in webkit


Ignore:
Timestamp:
Nov 1, 2015 5:01:28 PM (9 years ago)
Author:
Brent Fulgham
Message:

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.

Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r191868 r191872  
     12015-11-01  Brent Fulgham  <bfulgham@apple.com>
     2
     3        Use convenience function in sandbox profile
     4        https://bugs.webkit.org/show_bug.cgi?id=150732
     5        <rdar://problem/23287894>
     6
     7        Reviewed by Alexey Proskuryakov.
     8
     9        * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb: Switch to
     10        the 'awd-log-directory' convenience function.
     11
    1122015-11-01  Joonghun Park  <jh718.park@samsung.com>
    213
  • trunk/Source/WebKit2/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb

    r189659 r191872  
    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) (remote udp))
Note: See TracChangeset for help on using the changeset viewer.