Changeset 290754 in webkit


Ignore:
Timestamp:
Mar 2, 2022 1:25:49 PM (2 years ago)
Author:
pvollan@apple.com
Message:

[iOS] Seatbelt sandbox profile entitlement is deprecated
https://bugs.webkit.org/show_bug.cgi?id=237374

Reviewed by Brent Fulgham.

Replace with new entitlement.

  • Scripts/process-entitlements.sh:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r290752 r290754  
     12022-03-02  Per Arne Vollan  <pvollan@apple.com>
     2
     3        [iOS] Seatbelt sandbox profile entitlement is deprecated
     4        https://bugs.webkit.org/show_bug.cgi?id=237374
     5
     6        Reviewed by Brent Fulgham.
     7
     8        Replace with new entitlement.
     9
     10        * Scripts/process-entitlements.sh:
     11
    1122022-03-02  Per Arne Vollan  <pvollan@apple.com>
    213
  • trunk/Source/WebKit/Scripts/process-entitlements.sh

    r290288 r290754  
    392392    plistbuddy Add :com.apple.tcc.delegated-services:1 string kTCCServiceMicrophone
    393393
    394     plistbuddy Add :seatbelt-profiles array
    395     plistbuddy Add :seatbelt-profiles:0 string com.apple.WebKit.WebContent
     394    plistbuddy Add :com.apple.private.sandbox.profile string com.apple.WebKit.WebContent
    396395}
    397396
     
    428427    plistbuddy Add :com.apple.tcc.delegated-services:1 string kTCCServiceMicrophone
    429428
    430     plistbuddy Add :seatbelt-profiles array
    431     plistbuddy Add :seatbelt-profiles:0 string com.apple.WebKit.WebContent
     429    plistbuddy Add :com.apple.private.sandbox.profile string com.apple.WebKit.WebContent
    432430}
    433431
     
    456454    plistbuddy Add :com.apple.tcc.delegated-services:1 string kTCCServiceMicrophone
    457455
    458     plistbuddy Add :seatbelt-profiles array
    459     plistbuddy Add :seatbelt-profiles:0 string com.apple.WebKit.GPU
     456    plistbuddy Add :com.apple.private.sandbox.profile string com.apple.WebKit.GPU
    460457
    461458    plistbuddy Add :com.apple.systemstatus.activityattribution bool YES
     
    504501    plistbuddy Add :com.apple.frontboard.launchapplications bool YES
    505502
    506     plistbuddy Add :seatbelt-profiles array
    507     plistbuddy Add :seatbelt-profiles:0 string com.apple.WebKit.WebAuthn
     503    plistbuddy Add :com.apple.private.sandbox.profile string com.apple.WebKit.WebAuthn
    508504}
    509505
    510506function ios_family_process_adattributiond_entitlements()
    511507{
    512     plistbuddy Add :seatbelt-profiles array
    513     plistbuddy Add :seatbelt-profiles:0 string com.apple.WebKit.adattributiond
     508    plistbuddy Add :com.apple.private.sandbox.profile string com.apple.WebKit.adattributiond
    514509}
    515510
     
    538533    plistbuddy Add :com.apple.private.tcc.manager.check-by-audit-token:0 string kTCCServiceWebKitIntelligentTrackingPrevention
    539534
    540     plistbuddy Add :seatbelt-profiles array
    541     plistbuddy Add :seatbelt-profiles:0 string com.apple.WebKit.Networking
     535    plistbuddy Add :com.apple.private.sandbox.profile string com.apple.WebKit.Networking
    542536    plistbuddy Add :com.apple.symptom_analytics.configure bool YES
    543537}
Note: See TracChangeset for help on using the changeset viewer.