Bug 226944 - [iOS] Tighten the WebAuthn Sandbox
Summary: [iOS] Tighten the WebAuthn Sandbox
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Brent Fulgham
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-06-11 15:32 PDT by Brent Fulgham
Modified: 2021-06-14 10:19 PDT (History)
1 user (show)

See Also:


Attachments
Patch (31.66 KB, patch)
2021-06-11 17:03 PDT, Brent Fulgham
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brent Fulgham 2021-06-11 15:32:33 PDT
The Sandbox we use for the WebAuthn process was based in the WebContent process sandbox and contains more things than we need.

This patch cleans the sandbox up, and removes a number of things that are not used by the process.

We should make similar changes to the macOS version once we complete the UI implementation.
Comment 1 Brent Fulgham 2021-06-11 15:32:56 PDT
<rdar://problem/74721792>
Comment 2 Brent Fulgham 2021-06-11 17:03:48 PDT
Created attachment 431244 [details]
Patch
Comment 3 Per Arne Vollan 2021-06-14 02:01:51 PDT
Comment on attachment 431244 [details]
Patch

R=me.
Comment 4 EWS 2021-06-14 10:19:45 PDT
Committed r278831 (238782@main): <https://commits.webkit.org/238782@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 431244 [details].