RESOLVED FIXED 195387
[iOS] Fix sandbox violation
https://bugs.webkit.org/show_bug.cgi?id=195387
Summary [iOS] Fix sandbox violation
Per Arne Vollan
Reported 2019-03-06 16:51:12 PST
The sandbox on iOS needs to allow mach lookup to the “com.apple.nesessionmanager.content-filter” mach service.
Attachments
Patch (1.45 KB, patch)
2019-03-06 16:54 PST, Per Arne Vollan
no flags
Patch (1.45 KB, patch)
2019-03-06 16:59 PST, Per Arne Vollan
no flags
Patch (1.45 KB, patch)
2019-03-06 17:02 PST, Per Arne Vollan
no flags
Patch (2.46 KB, patch)
2019-03-15 13:44 PDT, Per Arne Vollan
bfulgham: review+
Patch (2.49 KB, patch)
2019-03-15 13:51 PDT, Per Arne Vollan
no flags
Per Arne Vollan
Comment 1 2019-03-06 16:51:36 PST
Per Arne Vollan
Comment 2 2019-03-06 16:54:05 PST
Brent Fulgham
Comment 3 2019-03-06 16:54:55 PST
Comment on attachment 363816 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=363816&action=review > Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:124 > + (global-name "com.apple.nesessionmanager.content-filterâ) ;; <rdar://problem/48442387> Bad quote!
Per Arne Vollan
Comment 4 2019-03-06 16:59:39 PST
Per Arne Vollan
Comment 5 2019-03-06 17:01:51 PST
(In reply to Brent Fulgham from comment #3) > Comment on attachment 363816 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=363816&action=review > > > Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:124 > > + (global-name "com.apple.nesessionmanager.content-filterâ) ;; <rdar://problem/48442387> > > Bad quote! Good catch! I have updated the patch. Thanks for reviewing :)
Per Arne Vollan
Comment 6 2019-03-06 17:02:50 PST
Brent Fulgham
Comment 7 2019-03-06 17:04:46 PST
Comment on attachment 363819 [details] Patch r=me
Per Arne Vollan
Comment 8 2019-03-15 13:44:18 PDT
Brent Fulgham
Comment 9 2019-03-15 13:44:57 PDT
Comment on attachment 364834 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=364834&action=review r=me > Source/WebKit/WebProcess/com.apple.WebProcess.sb.in:681 > + (global-name "com.apple.nesessionmanager.content-filter")) No radar here?
Per Arne Vollan
Comment 10 2019-03-15 13:51:27 PDT
Per Arne Vollan
Comment 11 2019-03-15 13:52:30 PDT
(In reply to Brent Fulgham from comment #9) > Comment on attachment 364834 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=364834&action=review > > r=me > > > Source/WebKit/WebProcess/com.apple.WebProcess.sb.in:681 > > + (global-name "com.apple.nesessionmanager.content-filter")) > > No radar here? I have updated the patch, thanks for reviewing!
WebKit Commit Bot
Comment 12 2019-03-15 14:30:19 PDT
Comment on attachment 364835 [details] Patch Clearing flags on attachment: 364835 Committed r243010: <https://trac.webkit.org/changeset/243010>
Note You need to log in before you can comment on or make changes to this bug.