[openssh-commits] [openssh] branch master updated: Put privsep dir on OS X on /usr/local.

git+noreply at mindrot.org git+noreply at mindrot.org
Tue Feb 6 16:47:41 AEDT 2024


This is an automated email from the git hooks/post-receive script.

dtucker pushed a commit to branch master
in repository openssh.

The following commit(s) were added to refs/heads/master by this push:
     new 91898bf7 Put privsep dir on OS X on /usr/local.
91898bf7 is described below

commit 91898bf786b0f149f962c4c96c08a46f29888c10
Author: Darren Tucker <dtucker at dtucker.net>
AuthorDate: Tue Feb 6 16:21:05 2024 +1100

    Put privsep dir on OS X on /usr/local.
    
    On some runners we can't create /var/empty, so put it some place we can
    write.  Should fix test breakage on Max OS X 11.
---
 .github/configs | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.github/configs b/.github/configs
index 1b1e7aac..963e8771 100755
--- a/.github/configs
+++ b/.github/configs
@@ -322,6 +322,10 @@ case "$host" in
 	# modern versions don't ship with libcrypto.
 	LIBCRYPTOFLAGS="--without-openssl"
 	TEST_TARGET=t-exec
+
+	# On some OS X runners we can't write to /var/empty.
+	CONFIGFLAGS="${CONFIGFLAGS} --with-privsep-path=/usr/local/empty"
+
 	case "$host" in
 	*-darwin22.*)
 		# sudo -S nobody doesn't work on macos 13 for some reason.

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list