[webkit-reviews] review granted: [Bug 198537] Uploading third-party applications from /Applications needs additional syscall access : [Attachment 371308] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 4 11:42:35 PDT 2019


Brent Fulgham <bfulgham at webkit.org> has granted Alex Christensen
<achristensen at apple.com>'s request for review:
Bug 198537: Uploading third-party applications from /Applications needs
additional syscall access
https://bugs.webkit.org/show_bug.cgi?id=198537

Attachment 371308: Patch

https://bugs.webkit.org/attachment.cgi?id=371308&action=review




--- Comment #2 from Brent Fulgham <bfulgham at webkit.org> ---
Comment on attachment 371308
  --> https://bugs.webkit.org/attachment.cgi?id=371308
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=371308&action=review

r=me

> Source/WebKit/WebProcess/com.apple.WebProcess.sb.in:981
> +	   (syscall-number SYS_fstat64_extended)

It looks like we already allow some file modification sys calls (e.g.,
SYS_write, SYS_chmod, SYS_fchmod). Blech.


More information about the webkit-reviews mailing list