WebKit Bugzilla
Attachment 360867 Details for
Bug 194061
: [macOS] Disable permissive call logging in sandbox
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-194061-20190201094603.patch (text/plain), 1.07 KB, created by
Per Arne Vollan
on 2019-02-01 09:46:04 PST
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Per Arne Vollan
Created:
2019-02-01 09:46:04 PST
Size:
1.07 KB
patch
obsolete
>Index: Source/WebKit/ChangeLog >=================================================================== >--- Source/WebKit/ChangeLog (revision 240855) >+++ Source/WebKit/ChangeLog (working copy) >@@ -1,3 +1,12 @@ >+2019-02-01 Per Arne Vollan <pvollan@apple.com> >+ >+ [macOS] Revert parts of r240811, since it causes kernel panics. >+ https://bugs.webkit.org/show_bug.cgi?id=194061 >+ >+ Unreviewed crash fix. >+ >+ * WebProcess/com.apple.WebProcess.sb.in: >+ > 2019-02-01 Michael Catanzaro <mcatanzaro@igalia.com> > > [SOUP] Improve use of PAL::SessionID in WebKitCookieManager >Index: Source/WebKit/WebProcess/com.apple.WebProcess.sb.in >=================================================================== >--- Source/WebKit/WebProcess/com.apple.WebProcess.sb.in (revision 240855) >+++ Source/WebKit/WebProcess/com.apple.WebProcess.sb.in (working copy) >@@ -830,7 +830,6 @@ > #endif // PLATFORM(MAC) > > (when (defined? 'syscall-unix) >- (deny syscall-unix (with send-signal SIGKILL)) > (allow syscall-unix > (syscall-number SYS_exit) > (syscall-number SYS_read)
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
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 194061
:
360641
|
360867
|
361065
|
361102
|
363036