Bug 198537 - Uploading third-party applications from /Applications needs additional syscall access
Summary: Uploading third-party applications from /Applications needs additional syscal...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alex Christensen
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-06-04 11:21 PDT by Alex Christensen
Modified: 2019-06-04 12:38 PDT (History)
3 users (show)

See Also:


Attachments
Patch (1.37 KB, patch)
2019-06-04 11:22 PDT, Alex Christensen
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>