RESOLVED FIXED 169148
[MediaStream iOS] REGRESSION(r212883): Missing function definition breaks sandbox
https://bugs.webkit.org/show_bug.cgi?id=169148
Summary [MediaStream iOS] REGRESSION(r212883): Missing function definition breaks san...
Brent Fulgham
Reported 2017-03-03 14:06:27 PST
The changes in <https://trac.webkit.org/changeset/212883> add a new call to 'shared-preferences-read'. Unfortunately, 'shared-preferences-read' is a custom function defined in com.apple.WebKit.WebContent.sb.in, but not the iOS-specific com.apple.WebKit.WebContent.sb file. This causes the sandbox to fail to parse.
Attachments
Patch (2.26 KB, patch)
2017-03-03 14:14 PST, Brent Fulgham
no flags
Patch (1.68 KB, patch)
2017-03-03 16:15 PST, Brent Fulgham
no flags
Patch (1.68 KB, patch)
2017-03-03 16:15 PST, Brent Fulgham
achristensen: review+
Brent Fulgham
Comment 1 2017-03-03 14:12:09 PST
Brent Fulgham
Comment 2 2017-03-03 14:14:17 PST
Alexey Proskuryakov
Comment 3 2017-03-03 14:52:06 PST
Comment on attachment 303341 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=303341&action=review > Source/WebKit2/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:116 > + (literal (string-append "/Library/Preferences/" domain ".plist")) Is this where preferences live on iOS? Perhaps we don't need this fallback path at all, and just rely on user-preference-read. It may be best to just use user-preference-read instead of defining a function. > Source/WebKit2/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:117 > + (home-library-preferences-literal (string-append "/" domain ".plist")) Wouldn't we need to define this function too?
Brent Fulgham
Comment 4 2017-03-03 16:15:19 PST
Brent Fulgham
Comment 5 2017-03-03 16:15:50 PST
Brent Fulgham
Comment 6 2017-03-03 16:33:41 PST
Note You need to log in before you can comment on or make changes to this bug.