RESOLVED FIXED Bug 200543
[Mac] Use the PID of the WebContent process when issuing local file read sandbox extensions
https://bugs.webkit.org/show_bug.cgi?id=200543
Summary [Mac] Use the PID of the WebContent process when issuing local file read sand...
Per Arne Vollan
Reported 2019-08-08 11:23:01 PDT
When issuing local file read sandbox extensions, use the process identifier of the WebContent process.
Attachments
Patch (7.11 KB, patch)
2019-08-08 11:47 PDT, Per Arne Vollan
no flags
Patch (7.12 KB, patch)
2019-08-08 12:47 PDT, Per Arne Vollan
no flags
Patch (8.23 KB, patch)
2019-08-17 22:12 PDT, Per Arne Vollan
bfulgham: review+
bfulgham: commit-queue-
Patch (8.20 KB, patch)
2019-08-18 11:54 PDT, Per Arne Vollan
no flags
Per Arne Vollan
Comment 1 2019-08-08 11:28:33 PDT
Per Arne Vollan
Comment 2 2019-08-08 11:47:47 PDT
Brent Fulgham
Comment 3 2019-08-08 12:24:47 PDT
Comment on attachment 375829 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=375829&action=review Looks good. > Source/WebKit/ChangeLog:9 > + the WebContent process. Maybe it would be better phrased as: "Adopt SPI to issue a process-specific sandbox extension for local file read, passing it the process identifier of the WebContent process."
Per Arne Vollan
Comment 4 2019-08-08 12:43:12 PDT
(In reply to Brent Fulgham from comment #3) > Comment on attachment 375829 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=375829&action=review > > Looks good. > > > Source/WebKit/ChangeLog:9 > > + the WebContent process. > > Maybe it would be better phrased as: > > "Adopt SPI to issue a process-specific sandbox extension for local file > read, passing it the process identifier of the WebContent process." Thanks for reviewing! I will update the patch.
Per Arne Vollan
Comment 5 2019-08-08 12:47:19 PDT
WebKit Commit Bot
Comment 6 2019-08-08 13:32:48 PDT
Comment on attachment 375832 [details] Patch Clearing flags on attachment: 375832 Committed r248440: <https://trac.webkit.org/changeset/248440>
Per Arne Vollan
Comment 7 2019-08-17 22:12:41 PDT
Brent Fulgham
Comment 8 2019-08-18 08:28:18 PDT
Comment on attachment 376628 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=376628&action=review I think the log message should be changed, but otherwise this looks good. R=me. > Source/WebKit/Shared/Cocoa/SandboxExtensionCocoa.mm:357 > + WTFLogAlways("Could not create a '%s' sandbox extension", path.utf8().data()); Thislog message could leak potentially private user data to our logs. Could you change it to one of the LOG_DEBUG macros, or perhaps just remove the path from the log file? it should be enough to log that a file extension could not be generated.
Per Arne Vollan
Comment 9 2019-08-18 11:54:43 PDT
Per Arne Vollan
Comment 10 2019-08-18 11:56:33 PDT
(In reply to Brent Fulgham from comment #8) > Comment on attachment 376628 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=376628&action=review > > I think the log message should be changed, but otherwise this looks good. > R=me. > > > Source/WebKit/Shared/Cocoa/SandboxExtensionCocoa.mm:357 > > + WTFLogAlways("Could not create a '%s' sandbox extension", path.utf8().data()); > > Thislog message could leak potentially private user data to our logs. Could > you change it to one of the LOG_DEBUG macros, or perhaps just remove the > path from the log file? it should be enough to log that a file extension > could not be generated. Done. Thanks for reviewing!
WebKit Commit Bot
Comment 11 2019-08-18 12:38:13 PDT
Comment on attachment 376647 [details] Patch Clearing flags on attachment: 376647 Committed r248832: <https://trac.webkit.org/changeset/248832>
Note You need to log in before you can comment on or make changes to this bug.