Bug 198537

Summary: Uploading third-party applications from /Applications needs additional syscall access
Product: WebKit Reporter: Alex Christensen <achristensen>
Component: New BugsAssignee: Alex Christensen <achristensen>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, commit-queue, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Alex Christensen 2019-06-04 11:21:11 PDT
Uploading third-party applications from /Applications needs additional syscall access
Comment 1 Alex Christensen 2019-06-04 11:22:38 PDT
Created attachment 371308 [details]
Patch
Comment 2 Brent Fulgham 2019-06-04 11:42:35 PDT
Comment on attachment 371308 [details]
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.
Comment 3 WebKit Commit Bot 2019-06-04 12:37:19 PDT
Comment on attachment 371308 [details]
Patch

Clearing flags on attachment: 371308

Committed r246077: <https://trac.webkit.org/changeset/246077>
Comment 4 WebKit Commit Bot 2019-06-04 12:37:21 PDT
All reviewed patches have been landed.  Closing bug.
Comment 5 Radar WebKit Bug Importer 2019-06-04 12:38:24 PDT
<rdar://problem/51409764>