Changeset 285970 in webkit
- Timestamp:
- Nov 17, 2021, 6:29:46 PM (5 years ago)
- Location:
- branches/safari-613.1.9-branch/Source/WebKit
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
GPUProcess/mac/com.apple.WebKit.GPUProcess.sb.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/safari-613.1.9-branch/Source/WebKit/ChangeLog
r285969 r285970 1 2021-11-17 Alan Coon <alancoon@apple.com> 2 3 Cherry-pick r285959. rdar://problem/85529891 4 5 [macOS] Add message filter guard in the GPU process' sandbox 6 https://bugs.webkit.org/show_bug.cgi?id=233282 7 <rdar://85514428> 8 9 Reviewed by Brent Fulgham. 10 11 Add message filter guard in the GPU process' sandbox. 12 13 * GPUProcess/mac/com.apple.WebKit.GPUProcess.sb.in: 14 15 16 git-svn-id: https://svn.webkit.org/repository/webkit/trunk@285959 268f45cc-cd09-0410-ab3c-d52691b4dbfc 17 18 2021-11-17 Per Arne Vollan <pvollan@apple.com> 19 20 [macOS] Add message filter guard in the GPU process' sandbox 21 https://bugs.webkit.org/show_bug.cgi?id=233282 22 <rdar://85514428> 23 24 Reviewed by Brent Fulgham. 25 26 Add message filter guard in the GPU process' sandbox. 27 28 * GPUProcess/mac/com.apple.WebKit.GPUProcess.sb.in: 29 1 30 2021-11-17 Alan Coon <alancoon@apple.com> 2 31 -
branches/safari-613.1.9-branch/Source/WebKit/GPUProcess/mac/com.apple.WebKit.GPUProcess.sb.in
r285969 r285970 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.