Bug 179747 - Remove access to 'com.apple.mediaaccessibility.public' preferences in WebContent sandbox
Summary: Remove access to 'com.apple.mediaaccessibility.public' preferences in WebCont...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Brent Fulgham
URL:
Keywords: InRadar
Depends on:
Blocks: 185955
  Show dependency treegraph
 
Reported: 2017-11-15 15:18 PST by Brent Fulgham
Modified: 2018-05-24 12:47 PDT (History)
5 users (show)

See Also:


Attachments
Patch (1.87 KB, patch)
2017-11-15 15:34 PST, Brent Fulgham
dino: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brent Fulgham 2017-11-15 15:18:21 PST
All preferences access for media accessibility happens through the 'mediaaccessbilityd' service. We don't have any need to have access to these preferences directly, so let's not.
Comment 1 Brent Fulgham 2017-11-15 15:32:19 PST
<rdar://problem/35367346>
Comment 2 Brent Fulgham 2017-11-15 15:34:46 PST
Created attachment 327029 [details]
Patch
Comment 3 Brent Fulgham 2017-11-15 17:17:04 PST
Committed r224908: <https://trac.webkit.org/changeset/224908>