Changeset 293732 in webkit


Ignore:
Timestamp:
May 3, 2022 11:23:32 AM (2 years ago)
Author:
pvollan@apple.com
Message:

[iOS][WP] Remove obsolete message filter
https://bugs.webkit.org/show_bug.cgi?id=240012

Reviewed by Geoffrey Garen.

Remove obsolete message filter in the WebContent process on iOS. This filtering is now enabled by the
GPU restricted entitlement we have added for the WebContent process.

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r293730 r293732  
     12022-05-03  Per Arne Vollan  <pvollan@apple.com>
     2
     3        [iOS][WP] Remove obsolete message filter
     4        https://bugs.webkit.org/show_bug.cgi?id=240012
     5
     6        Reviewed by Geoffrey Garen.
     7
     8        Remove obsolete message filter in the WebContent process on iOS. This filtering is now enabled by the
     9        GPU restricted entitlement we have added for the WebContent process.
     10
     11        * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in:
     12
    1132022-05-03  Wenson Hsieh  <wenson_hsieh@apple.com>
    214
  • trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in

    r293595 r293732  
    247247                    iokit-external-method
    248248                )
    249                 (allow iokit-async-external-method
    250 #if PLATFORM(IOS) && __IPHONE_OS_VERSION_MIN_REQUIRED < 160000
    251                     (iokit-method-number
    252                         43
    253                         44
    254                     )
    255 #endif
    256                 )
    257                 (allow iokit-external-method
    258 #if PLATFORM(IOS) && __IPHONE_OS_VERSION_MIN_REQUIRED < 160000
    259                     (iokit-method-number
    260                         0
    261                         2
    262                         4
    263                         5
    264                         6
    265                         7
    266                         8
    267                         9
    268                         10
    269                         11
    270                         12
    271                         13
    272                         14
    273                         15
    274                         16
    275                         25
    276                         26
    277                         27
    278                         36
    279                         37
    280                         38
    281                         39
    282                         40
    283                         41
    284                         42
    285                         43
    286                         44
    287                         45
    288                     )
    289 #endif
    290                 )
    291 
     249                (allow iokit-async-external-method)
     250                (allow iokit-external-method)
    292251            )
    293252        )
Note: See TracChangeset for help on using the changeset viewer.