RESOLVED INVALID 188333
Make sandbox caching backwards deployable
https://bugs.webkit.org/show_bug.cgi?id=188333
Summary Make sandbox caching backwards deployable
Ben Richards
Reported 2018-08-05 14:16:51 PDT
Right now if ChildProcessMac.mm is compiled with internal SDKs on macOS >10.12 and deployed to macOS <=10.12 then the libsandbox private header will be used and sandbox_profile_t will be missing the char* trace field. We need to make sure that the redeclared version of sandbox_profile_t in SandboxSPI.h is used when compiling for a deployment target <=10.12.
Attachments
Ben Richards
Comment 1 2018-08-09 10:42:25 PDT
I believe this is no longer relevant since sandbox caching is now disabled for < 10.13
Note You need to log in before you can comment on or make changes to this bug.