Enforce subcommand filtering in the WebContent process' sandbox.
<rdar://75434409>
Created attachment 423195 [details] Patch
Created attachment 423197 [details] Patch
Comment on attachment 423197 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=423197&action=review r=me > Source/WebKit/WebProcess/com.apple.WebProcess.sb.in:1549 > + (allow file-ioctl (literal "/dev/dtracehelper")) Whoops!
Created attachment 423208 [details] Patch
Created attachment 423219 [details] Patch
Comment on attachment 423219 [details] Patch r=me
Created attachment 423227 [details] Patch
Comment on attachment 423227 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=423227&action=review > Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:1356 > + (fcntl-command F_OFD_SETLK) Need to close this clause: )
Created attachment 423229 [details] Patch
(In reply to Brent Fulgham from comment #9) > Comment on attachment 423227 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=423227&action=review > > > Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:1356 > > + (fcntl-command F_OFD_SETLK) > > Need to close this clause: ) Done. Thanks for reviewing!
Comment on attachment 423229 [details] Patch r=me
Landed <https://trac.webkit.org/changeset/274439/webkit>.