Changeset 294060 in webkit


Ignore:
Timestamp:
May 11, 2022 10:51:04 AM (2 years ago)
Author:
pvollan@apple.com
Message:

[WP] Remove obsolete message filters
https://bugs.webkit.org/show_bug.cgi?id=240242

Reviewed by Chris Dumez.

Remove obsolete message filters in the WebContent process' sandbox. This filtering is now done in other parts of the system.

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r294058 r294060  
     12022-05-11  Per Arne Vollan  <pvollan@apple.com>
     2
     3        [WP] Remove obsolete message filters
     4        https://bugs.webkit.org/show_bug.cgi?id=240242
     5
     6        Reviewed by Chris Dumez.
     7
     8        Remove obsolete message filters in the WebContent process' sandbox. This filtering is now done in other parts of the system.
     9
     10        * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in:
     11        * WebProcess/com.apple.WebProcess.sb.in:
     12
    1132022-05-11  Youenn Fablet  <youenn@apple.com>
    214
  • trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in

    r293732 r294060  
    374374                iokit-async-external-method
    375375                iokit-external-trap)
    376             (allow iokit-async-external-method
    377                     (iokit-method-number
    378                         40
    379                     )
    380             )
     376            (allow iokit-async-external-method)
    381377            (deny (with telemetry) (with message "IOSurfaceRootUserClient")
    382378                iokit-external-method)
    383             (allow iokit-external-method
    384                 (iokit-method-number
    385                     0
    386                     1
    387                     2
    388                     3
    389                     5
    390                     9
    391                     10
    392                     11
    393                     12
    394                     13
    395                     14
    396                     15
    397                     20
    398                     21
    399                     23
    400                     27
    401                     31
    402                     32
    403                     34
    404                     35
    405                     36
    406                     38
    407                     39
    408                     40
    409                     41
    410                 )
    411             )
     379            (allow iokit-external-method)
    412380        )
    413381    )
  • trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in

    r293595 r294060  
    226226        )
    227227        (allow iokit-async-external-method
    228 #if __MAC_OS_X_VERSION_MIN_REQUIRED >= 120000
     228#if __MAC_OS_X_VERSION_MIN_REQUIRED >= 120000 && __MAC_OS_X_VERSION_MIN_REQUIRED < 130000
    229229            (iokit-method-number
    230230                17
     
    234234        )
    235235        (allow iokit-external-method
    236 #if __MAC_OS_X_VERSION_MIN_REQUIRED >= 120000
     236#if __MAC_OS_X_VERSION_MIN_REQUIRED >= 120000 && __MAC_OS_X_VERSION_MIN_REQUIRED < 130000
    237237            (iokit-method-number
    238238                0
Note: See TracChangeset for help on using the changeset viewer.