Changeset 295644 in webkit


Ignore:
Timestamp:
Jun 17, 2022 2:42:20 PM (2 years ago)
Author:
pvollan@apple.com
Message:

Remove some sandbox telemetry
https://bugs.webkit.org/show_bug.cgi?id=241725

Reviewed by Geoffrey Garen.

Remove some sandbox telemetry in the WebContent process on iOS to make room for other telemetry.

  • Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in:

Canonical link: https://commits.webkit.org/251649@main

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in

    r295572 r295644  
    354354        "com.apple.preferences.sounds")
    355355
    356     (deny mach-lookup (with telemetry)
     356    (deny mach-lookup
    357357        (global-name "com.apple.frontboard.systemappservices")                 ; -[UIViewServiceInterface _createProcessAssertion] -> SBSProcessIDForDisplayIdentifier()
    358358    )
     
    519519)
    520520
    521 (deny mach-lookup (with telemetry)
     521(deny mach-lookup (with no-report)
    522522    (global-name "com.apple.distributed_notifications@1v3"))
    523523
     
    11731173        SYS_fstatat64
    11741174        SYS_fsync
     1175        SYS_getattrlistbulk ;; xpc_realpath and directory enumeration
    11751176        SYS_getgid
    11761177        SYS_getxattr
     1178        SYS_iopolicysys
    11771179        SYS_mkdirat
     1180        SYS_open_dprotected_np
    11781181        SYS_openat_nocancel
    11791182        SYS_pread_nocancel
     
    11961199        SYS___pthread_sigmask
    11971200        SYS___semwait_signal
    1198         SYS_getattrlistbulk ;; xpc_realpath and directory enumeration
    1199         SYS_iopolicysys
    12001201#if !ENABLE(CONTENT_FILTERING_IN_NETWORKING_PROCESS)
    12011202        SYS_necp_client_action
    12021203        SYS_necp_open
    12031204#endif
    1204         SYS_open_dprotected_np
    12051205        SYS_psynch_rw_wrlock
    12061206        SYS_socket
Note: See TracChangeset for help on using the changeset viewer.