Re: sandbox-darwin.c: sandbox.h is deprecated
"Theo de Raadt" <[email protected]> Tue, 09 Jun 2026 19:20:20 -0600
| Newsgroups | gmane.network.openssh.devel |
|---|---|
| Message-ID | <[email protected]> |
Damien Miller <[email protected]> wrote: > On Tue, 9 Jun 2026, Marius Schamschula wrote: > > > Hi there, > > > > Thank you for all the efforts on openssh portable over the years! > > > > sandbox-darwin.c: has had a good long run. > > > > Unfortunately, Apple has deprecated sandbox.h in favor of a newer App Sandbox API, see > > > > https://developer.apple.com/documentation/security/app-sandbox#//apple_ref/doc/uid/TP40011183 > > > > Building openssh 10.3p1 now fails using Xcode 27-Beta. > > I guess we'll have to disable the sandbox for this release unless and > until someone contributes a new one. I'm not sure how useful this will > actually be with the new sandbox API because AIUI it requires code > signing to operate. As a project that releases only source, we're not > in a position to make use of this directly. Yes, this is a case where downstream is responsible. There are two downstreams: Apple themselves, and their user community. For what goes into the tree (as a demonstrator?) this probably falls on the developer community since Apple maintains and integrates their own variant.