Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
[iOS] Remove use of 'apple-signed-executable?' from Sandbox
https://bugs.webkit.org/show_bug.cgi?id=209914 <rdar://problem/45088481> Reviewed by Per Arne Vollan. Some of the rules imported from the system sandbox make decisions based on whether the software is an apple-signed executable or not. This predicate is not relevant for the WebKit processes, and should be removed (it is always apple-signed). This patch makes the following changes: 1. Removes all uses of 'apple-signed-executable?' (since it is always true for WebKit). 2. Removed two iCloud preference reads that are not used in WebKit. 3. Switches from the deprecated 'com.apple.ReportCrash.SimulateCrash' XPC service to its correct name 'com.apple.osanalytics.osanalyticshelper'. Covered by existing regression tests. * Resources/SandboxProfiles/ios/com.apple.WebKit.GPU.sb: * Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb: * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb: Canonical link: https://commits.webkit.org/222838@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@259409 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
1 parent
f98627a
commit 2ef35e5
Showing
4 changed files
with
36 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters