WebKit Bugzilla
Attachment 339317 Details for
Bug 185206
: Disable Media capture rules in sandbox for simulator.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-185206-20180502104742.patch (text/plain), 1.33 KB, created by
Per Arne Vollan
on 2018-05-02 10:47:43 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Per Arne Vollan
Created:
2018-05-02 10:47:43 PDT
Size:
1.33 KB
patch
obsolete
>Index: Source/WebKit/ChangeLog >=================================================================== >--- Source/WebKit/ChangeLog (revision 231241) >+++ Source/WebKit/ChangeLog (working copy) >@@ -1,3 +1,15 @@ >+2018-05-02 Per Arne Vollan <pvollan@apple.com> >+ >+ Disable Media capture rules in sandbox for simulator. >+ https://bugs.webkit.org/show_bug.cgi?id=185206 >+ <rdar://problem/39910015> >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ These rules are not relevant in this case. >+ >+ * WebProcess/com.apple.WebProcess.sb.in: >+ > 2018-05-02 Jer Noble <jer.noble@apple.com> > > Get the WebKit.framework bundle by asking for WKWebView >Index: Source/WebKit/WebProcess/com.apple.WebProcess.sb.in >=================================================================== >--- Source/WebKit/WebProcess/com.apple.WebProcess.sb.in (revision 231233) >+++ Source/WebKit/WebProcess/com.apple.WebProcess.sb.in (working copy) >@@ -711,6 +711,7 @@ > ;; Data Detectors > (allow file-read* (subpath "/private/var/db/datadetectors/sys")) > >+#if PLATFORM(MAC) > ;; Media capture, utilities > (if (not (defined? 'sbpl-filter?)) > (define (sbpl-filter? x) >@@ -791,3 +792,4 @@ > (iokit-user-client-class "IOUSBDeviceUserClientV2") > (iokit-user-client-class "IOUSBInterfaceUserClientV2")) > (allow device-camera)) >+#endif // PLATFORM(MAC)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 185206
:
339317
|
339832
|
339833