Changeset 267569 in webkit
- Timestamp:
- Sep 25, 2020, 8:08:54 AM (6 years ago)
- Location:
- trunk/Source/WebKit
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
WebProcess/com.apple.WebProcess.sb.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/ChangeLog
r267568 r267569 1 2020-09-25 Per Arne Vollan <pvollan@apple.com> 2 3 [macOS] Deny access to diagnosticd in the WebContent process 4 https://bugs.webkit.org/show_bug.cgi?id=216929 5 <rdar://problem/58496834> 6 7 Reviewed by Darin Adler. 8 9 After the change-set <https://trac.webkit.org/changeset/267498> landed, an extension to diagnostics 10 is issued when required, so the unconditional rule can be removed from the WebContent sandbox. 11 12 * WebProcess/com.apple.WebProcess.sb.in: 13 1 14 2020-09-25 Youenn Fablet <youenn@apple.com> 2 15 -
trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in
r267498 r267569 722 722 #endif 723 723 (global-name "com.apple.coreservices.launchservicesd") 724 (global-name "com.apple.diagnosticd")725 724 (global-name "com.apple.iconservices") 726 725 (global-name "com.apple.iconservices.store")
Note:
See TracChangeset
for help on using the changeset viewer.