[openssh-commits] [openssh] 01/02: Add minix host tuple.

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Dec 10 10:28:55 AEDT 2021


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

dtucker pushed a commit to branch master
in repository openssh.

commit 1c09bb1b2e207d091cec299c49416c23d24a1b31
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Fri Dec 10 10:12:57 2021 +1100

    Add minix host tuple.
    
    Define SETEUID_BREAKS_SETUID for it which should make privsep work.
---
 configure.ac | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/configure.ac b/configure.ac
index ddb6c5b1..1feb73ef 100644
--- a/configure.ac
+++ b/configure.ac
@@ -963,6 +963,9 @@ main() { if (NSVersionOfRunTimeLibrary("System") >= (60 << 16))
 		AC_MSG_RESULT([architecture not supported])
 	fi
 	;;
+*-*-minix)
+	AC_DEFINE([SETEUID_BREAKS_SETUID])
+	;;
 mips-sony-bsd|mips-sony-newsos4)
 	AC_DEFINE([NEED_SETPGRP], [1], [Need setpgrp to acquire controlling tty])
 	SONY=1

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


More information about the openssh-commits mailing list