Changeset 127215 in webkit
- Timestamp:
- Aug 30, 2012, 5:04:05 PM (13 years ago)
- Location:
- trunk/Source/WebKit2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit2/ChangeLog
r127202 r127215 1 2012-08-30 Sam Weinig <sam@webkit.org> 2 3 Allow dynamic mach-lookup extensions in the WebProcess 4 <rdar://problem/12207996> 5 6 Reviewed by Gavin Barraclough. 7 8 Like we allow file read/write dynamic sandbox extensions, we should allow 9 mach-lookup extensions. 10 11 * WebProcess/com.apple.WebProcess.sb.in: 12 1 13 2012-08-30 Geoffrey Garen <ggaren@apple.com> 2 14 -
trunk/Source/WebKit2/WebProcess/com.apple.WebProcess.sb.in
r126242 r127215 80 80 ;; Read-write extensions from UIProcess 81 81 (allow file-read* file-write* (extension)) 82 83 ;; Mach lookup extensions from the UIProcess 84 (allow mach-lookup (extension "com.apple.app-sandbox.mach")) 82 85 83 86 ;; Writable preferences and temporary files
Note:
See TracChangeset
for help on using the changeset viewer.