Changeset 276451 in webkit


Ignore:
Timestamp:
Apr 22, 2021, 12:19:07 PM (4 years ago)
Author:
pvollan@apple.com
Message:

[iOS] Update sandbox message filter syntax
https://bugs.webkit.org/show_bug.cgi?id=223384
<rdar://problem/75531614>

Reviewed by Brent Fulgham.

  • Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r276448 r276451  
     12021-04-22  Per Arne  <pvollan@apple.com>
     2
     3        [iOS] Update sandbox message filter syntax
     4        https://bugs.webkit.org/show_bug.cgi?id=223384
     5        <rdar://problem/75531614>
     6
     7        Reviewed by Brent Fulgham.
     8
     9        * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
     10
    1112021-04-22  Martin Robinson  <mrobinson@webkit.org>
    212
  • trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb

    r275789 r276451  
    14621462    (allow mach-bootstrap
    14631463        (apply-message-filter
    1464             (deny xpc-message-send (with telemetry))
    1465             (allow xpc-message-send (message-number
     1464            (deny mach-message-send (with telemetry))
     1465            (allow mach-message-send (message-number
    14661466                206
    14671467                207
Note: See TracChangeset for help on using the changeset viewer.