Changeset 285959 in webkit
- Timestamp:
- Nov 17, 2021, 3:12:54 PM (5 years ago)
- Location:
- trunk/Source/WebKit
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
GPUProcess/mac/com.apple.WebKit.GPUProcess.sb.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/ChangeLog
r285953 r285959 1 2021-11-17 Per Arne Vollan <pvollan@apple.com> 2 3 [macOS] Add message filter guard in the GPU process' sandbox 4 https://bugs.webkit.org/show_bug.cgi?id=233282 5 <rdar://85514428> 6 7 Reviewed by Brent Fulgham. 8 9 Add message filter guard in the GPU process' sandbox. 10 11 * GPUProcess/mac/com.apple.WebKit.GPUProcess.sb.in: 12 1 13 2021-11-17 Tim Horton <timothy_horton@apple.com> 2 14 -
trunk/Source/WebKit/GPUProcess/mac/com.apple.WebKit.GPUProcess.sb.in
r285869 r285959 857 857 ) 858 858 859 #if HAVE(SANDBOX_MESSAGE_FILTERING) 859 860 (when (and (equal? (param "ENABLE_SANDBOX_MESSAGE_FILTER") "YES") (defined? 'mach-kernel-endpoint)) 860 861 (allow mach-kernel-endpoint … … 891 892 MSC_syscall_thread_switch 892 893 MSC_thread_get_special_reply_port))) 894 #endif // HAVE(SANDBOX_MESSAGE_FILTERING) 893 895 894 896 (when (defined? 'syscall-unix)
Note:
See TracChangeset
for help on using the changeset viewer.