2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

Linux 2.2.18 supports the prctl() call necessary for running setuid.

This commit is contained in:
Brian Wellington
2001-03-19 22:41:22 +00:00
parent 6c6af6107a
commit 55839cbe31

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: os.c,v 1.40 2001/02/24 23:06:34 bwelling Exp $ */
/* $Id: os.c,v 1.41 2001/03/19 22:41:22 bwelling Exp $ */
#include <config.h>
#include <stdarg.h>
@@ -377,7 +377,7 @@ ns_os_changeuser(void) {
#endif
ns_main_earlyfatal(
"-u not supported on Linux kernels older than "
"2.3.99-pre3 when using threads");
"2.3.99-pre3 or 2.2.18 when using threads");
#endif
if (setgid(runas_pw->pw_gid) < 0)