WebKit Bugzilla
Attachment 359903 Details for
Bug 193727
: [macOS] Sandbox fails to compile
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-193727-20190123103332.patch (text/plain), 1.17 KB, created by
Per Arne Vollan
on 2019-01-23 10:33:32 PST
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Per Arne Vollan
Created:
2019-01-23 10:33:32 PST
Size:
1.17 KB
patch
obsolete
>Index: Source/WebKit/ChangeLog >=================================================================== >--- Source/WebKit/ChangeLog (revision 240344) >+++ Source/WebKit/ChangeLog (working copy) >@@ -1,3 +1,15 @@ >+2019-01-23 Per Arne Vollan <pvollan@apple.com> >+ >+ [macOS] Sandbox fails to compile >+ https://bugs.webkit.org/show_bug.cgi?id=193727 >+ <rdar://problem/47476903> >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ Use '(with send-signal SIGKILL)' instead of '(with termination)'. >+ >+ * WebProcess/com.apple.WebProcess.sb.in: >+ > 2019-01-23 Antti Koivisto <antti@apple.com> > > [PSON] Flash on back navigation on Mac >Index: Source/WebKit/WebProcess/com.apple.WebProcess.sb.in >=================================================================== >--- Source/WebKit/WebProcess/com.apple.WebProcess.sb.in (revision 240343) >+++ Source/WebKit/WebProcess/com.apple.WebProcess.sb.in (working copy) >@@ -825,7 +825,7 @@ > #endif // PLATFORM(MAC) > > (when (defined? 'syscall-unix) >- (deny syscall-unix (with termination)) >+ (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 193727
: 359903