Changeset 292565 in webkit


Ignore:
Timestamp:
Apr 7, 2022 2:05:05 PM (2 years ago)
Author:
pvollan@apple.com
Message:

[iOS][WP] Block kernel routines
https://bugs.webkit.org/show_bug.cgi?id=238898

Reviewed by Geoffrey Garen.

Block kernel routines only used during launch of the WebContent process on iOS. This is based on collected telemetry.

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r292557 r292565  
     12022-04-07  Per Arne Vollan  <pvollan@apple.com>
     2
     3        [iOS][WP] Block kernel routines
     4        https://bugs.webkit.org/show_bug.cgi?id=238898
     5
     6        Reviewed by Geoffrey Garen.
     7
     8        Block kernel routines only used during launch of the WebContent process on iOS. This is based on collected telemetry.
     9
     10        * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in:
     11
    1122022-04-07  Simon Fraser  <simon.fraser@apple.com>
    213
  • trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in

    r292429 r292565  
    16461646                    (kernel-mig-routine-only-in-use-during-launch)))
    16471647            (with-filter (state-flag "WebContentProcessLaunched")
    1648                 (allow mach-message-send
    1649                     (with report)
     1648                (deny mach-message-send
    16501649                    (with telemetry)
    16511650                    (with message "kernel mig routine used after launch")
Note: See TracChangeset for help on using the changeset viewer.