Bug 179689 - Remove access to "com.apple.pbs.fetch_services" from WebContent sandbox
Summary: Remove access to "com.apple.pbs.fetch_services" from WebContent sandbox
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:
 
Reported: 2017-11-14 13:17 PST by Brent Fulgham
Modified: 2017-11-15 08:59 PST (History)
5 users (show)

See Also:


Attachments
Patch (1.49 KB, patch)
2017-11-14 13:23 PST, Brent Fulgham
pvollan: 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-14 13:17:03 PST
We shouldn't need access to fetch_services inside the WebContent sandbox.
Comment 1 Brent Fulgham 2017-11-14 13:17:16 PST
<rdar://problem/35369172>
Comment 2 Brent Fulgham 2017-11-14 13:23:41 PST
Created attachment 326915 [details]
Patch
Comment 3 Per Arne Vollan 2017-11-15 08:56:42 PST
Comment on attachment 326915 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=326915&action=review

R=me.

> Source/WebKit/ChangeLog:10
> +        API exposed to the system. These interactions (if needed) shoud be happening in the UIProcess,

'shoud' -> 'should'
Comment 4 Brent Fulgham 2017-11-15 08:58:18 PST
Comment on attachment 326915 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=326915&action=review

>> Source/WebKit/ChangeLog:10
>> +        API exposed to the system. These interactions (if needed) shoud be happening in the UIProcess,
> 
> 'shoud' -> 'should'

Doh! Thank you for catching that.
Comment 5 Brent Fulgham 2017-11-15 08:59:54 PST
Committed r224878: <https://trac.webkit.org/changeset/224878>