From: Todd C. Miller Date: Mon, 14 Nov 2016 23:42:16 +0000 (-0700) Subject: Disable noexec for HP-UX 10.x which probably doesn't support LD_PRELOAD X-Git-Tag: SUDO_1_8_19^2~38 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=589e129c87722761f4426ba3e5b97e8646077fbf;p=sudo Disable noexec for HP-UX 10.x which probably doesn't support LD_PRELOAD --- diff --git a/configure b/configure index d7e74c551..6bce2516c 100755 --- a/configure +++ b/configure @@ -15069,6 +15069,8 @@ $as_echo "$sudo_cv_var_daportable" >&6; } shadow_libs="-lsec" # HP-UX 10.20 libc has an incompatible getline ac_cv_func_getline="no" + # HP-UX 10.x doesn't support LD_PRELOAD + with_noexec=no ;; *) shadow_funcs="getspnam iscomsec" diff --git a/configure.ac b/configure.ac index fef8d5b5e..f34b73318 100644 --- a/configure.ac +++ b/configure.ac @@ -1840,6 +1840,8 @@ case "$host" in shadow_libs="-lsec" # HP-UX 10.20 libc has an incompatible getline ac_cv_func_getline="no" + # HP-UX 10.x doesn't support LD_PRELOAD + with_noexec=no ;; *) shadow_funcs="getspnam iscomsec"