WebKit Bugzilla
Attachment 358274 Details for
Bug 193123
: [iOS] Silently deny access to mail settings triggered by MessageUI framework
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-193123-20190103130250.patch (text/plain), 1.71 KB, created by
Brent Fulgham
on 2019-01-03 13:02:51 PST
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Brent Fulgham
Created:
2019-01-03 13:02:51 PST
Size:
1.71 KB
patch
obsolete
>Subversion Revision: 239594 >diff --git a/Source/WebKit/ChangeLog b/Source/WebKit/ChangeLog >index a4835ba42b6cfd6fdc471db3989d1a8e4f216af9..13a9c2e031db3364ba3bfdfd7e8d75fbae16247c 100644 >--- a/Source/WebKit/ChangeLog >+++ b/Source/WebKit/ChangeLog >@@ -1,3 +1,16 @@ >+2019-01-03 Brent Fulgham <bfulgham@apple.com> >+ >+ [iOS] Silently deny access to mail settings triggered by MessageUI framework >+ https://bugs.webkit.org/show_bug.cgi?id=193123 >+ <rdar://problem/42485581> >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ Remove unhelpful logging generated when we block access to non-WebKit preferences. These >+ invalid checks are done by an system framework that we cannot modify. >+ >+ * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb: >+ > 2019-01-03 Brent Fulgham <bfulgham@apple.com> > > Remove logic handling DNT header during redirects >diff --git a/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb b/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb >index 345fb0da0629de10f036b20757f4d61ee8d95e87..e9fca45138819f9b1bc4e589eba28f83c33277ab 100644 >--- a/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb >+++ b/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb >@@ -155,6 +155,11 @@ > "com.apple.lookup.shared" ; Needed for DataDetector (Spotlight) support > ) > >+;; Silently deny unnecessary accesses caused by MessageUI framework. >+(deny file-read* >+ (home-literal "/Library/Preferences/com.apple.mobilemail.plist") >+ (with no-log)) >+ > ;; <rdar://problem/12985925> Need read access to /var/mobile/Library/Fonts to all apps > (allow file-read* > (home-subpath "/Library/Fonts"))
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 193123
:
358274
|
358294
|
358301