WebKit Bugzilla
Attachment 371308 Details for
Bug 198537
: Uploading third-party applications from /Applications needs additional syscall access
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-198537-20190604112236.patch (text/plain), 1.37 KB, created by
Alex Christensen
on 2019-06-04 11:22:38 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Alex Christensen
Created:
2019-06-04 11:22:38 PDT
Size:
1.37 KB
patch
obsolete
>Index: Source/WebKit/ChangeLog >=================================================================== >--- Source/WebKit/ChangeLog (revision 246072) >+++ Source/WebKit/ChangeLog (working copy) >@@ -1,3 +1,13 @@ >+2019-06-04 Alex Christensen <achristensen@apple.com> >+ >+ Uploading third-party applications from /Applications needs additional syscall access >+ https://bugs.webkit.org/show_bug.cgi?id=198537 >+ <rdar://problem/51164741> >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * WebProcess/com.apple.WebProcess.sb.in: >+ > 2019-06-04 Chris Dumez <cdumez@apple.com> > > Lazily construct the NetworkHTTPSUpgradeChecker >Index: Source/WebKit/WebProcess/com.apple.WebProcess.sb.in >=================================================================== >--- Source/WebKit/WebProcess/com.apple.WebProcess.sb.in (revision 246043) >+++ Source/WebKit/WebProcess/com.apple.WebProcess.sb.in (working copy) >@@ -973,6 +973,12 @@ > (syscall-number SYS_getgroups) > (syscall-number SYS_fgetattrlist) ;; <rdar://problem/50931110> > (syscall-number SYS_kqueue_workloop_ctl) ;; <rdar://problem/50999499> >+ (syscall-number SYS_open_dprotected_np) >+ (syscall-number SYS_flistxattr) >+ (syscall-number SYS_fsetattrlist) >+ (syscall-number SYS_fchown) >+ (syscall-number SYS_fchflags) >+ (syscall-number SYS_fstat64_extended) > ) > ) >
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 198537
: 371308