WebKit Bugzilla
Attachment 358294 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-20190103171813.patch (text/plain), 1.80 KB, created by
Brent Fulgham
on 2019-01-03 17:18:14 PST
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Brent Fulgham
Created:
2019-01-03 17:18:14 PST
Size:
1.80 KB
patch
obsolete
>Subversion Revision: 239603 >diff --git a/Source/WebKit/ChangeLog b/Source/WebKit/ChangeLog >index 2466949f8c07b260f6cbf9f75a4391e4577b06ad..9dd79bd46bcf87ca4128517d400f0fe34d8057f2 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> > > [iOS] Update sandbox profile to use iconservices instead of lsdiconservice >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 b36ab4fb6d169d29dba51ce141cc77e468e2b5ea..d29efd5792df8463ac5b85a9162e57029ed30212 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,12 @@ > "com.apple.lookup.shared" ; Needed for DataDetector (Spotlight) support > ) > >+;; Silently deny unnecessary accesses caused by MessageUI framework. >+;; This can be removed once <rdar://problem/47038102> is resolved. >+(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
Flags:
ap
:
review+
ews-watchlist
:
commit-queue-
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 193123
:
358274
| 358294 |
358301