2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-22 18:08:23 +00:00

Rename secure_path_set -> secure_path_status

This commit is contained in:
Todd C. Miller 2024-07-28 15:11:42 -06:00
parent a5f5ceecf1
commit 986fdec537
4 changed files with 8 additions and 8 deletions

6
configure vendored
View File

@ -733,7 +733,7 @@ plugindir
pam_login_service pam_login_service
pam_session pam_session
editor editor
secure_path_set secure_path_status
secure_path secure_path
netsvc_conf netsvc_conf
nsswitch_conf nsswitch_conf
@ -3730,7 +3730,7 @@ sesh_file="$libexecdir/sudo/sesh"
visudo="$sbindir/visudo" visudo="$sbindir/visudo"
nsswitch_conf=/etc/nsswitch.conf nsswitch_conf=/etc/nsswitch.conf
secure_path="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" secure_path="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
secure_path_set="disabled" secure_path_status="disabled"
pam_session=on pam_session=on
pam_login_service=sudo pam_login_service=sudo
plugindir="$libexecdir/sudo" plugindir="$libexecdir/sudo"
@ -6324,7 +6324,7 @@ then :
printf "%s\n" "#define SECURE_PATH \"$secure_path\"" >>confdefs.h printf "%s\n" "#define SECURE_PATH \"$secure_path\"" >>confdefs.h
secure_path_set="set to $secure_path" secure_path_status="set to $secure_path"
fi fi

View File

@ -177,7 +177,7 @@ AC_SUBST([sssd_lib])
AC_SUBST([nsswitch_conf]) AC_SUBST([nsswitch_conf])
AC_SUBST([netsvc_conf]) AC_SUBST([netsvc_conf])
AC_SUBST([secure_path]) AC_SUBST([secure_path])
AC_SUBST([secure_path_set]) AC_SUBST([secure_path_status])
AC_SUBST([editor]) AC_SUBST([editor])
AC_SUBST([pam_session]) AC_SUBST([pam_session])
AC_SUBST([pam_login_service]) AC_SUBST([pam_login_service])
@ -230,7 +230,7 @@ sesh_file="$libexecdir/sudo/sesh"
visudo="$sbindir/visudo" visudo="$sbindir/visudo"
nsswitch_conf=/etc/nsswitch.conf nsswitch_conf=/etc/nsswitch.conf
secure_path="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" secure_path="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
secure_path_set="disabled" secure_path_status="disabled"
pam_session=on pam_session=on
pam_login_service=sudo pam_login_service=sudo
plugindir="$libexecdir/sudo" plugindir="$libexecdir/sudo"
@ -1078,7 +1078,7 @@ AC_ARG_WITH(secure-path, [AS_HELP_STRING([--with-secure-path], [override the use
esac]) esac])
AS_IF([test "${with_secure_path-no}" != "no"], [ AS_IF([test "${with_secure_path-no}" != "no"], [
AC_DEFINE_UNQUOTED(SECURE_PATH, "$secure_path") AC_DEFINE_UNQUOTED(SECURE_PATH, "$secure_path")
secure_path_set="set to $secure_path" secure_path_status="set to $secure_path"
]) ])
AC_ARG_WITH(interfaces, [AS_HELP_STRING([--without-interfaces], [don't try to read the ip addr of network interfaces])], AC_ARG_WITH(interfaces, [AS_HELP_STRING([--without-interfaces], [don't try to read the ip addr of network interfaces])],

View File

@ -5677,7 +5677,7 @@ Users in the group specified by the
\fIexempt_group\fR \fIexempt_group\fR
option are not affected by option are not affected by
\fIsecure_path\fR. \fIsecure_path\fR.
This option is @secure_path_set@ by default. This option is @secure_path_status@ by default.
.RE .RE
.TP 14n .TP 14n
syslog syslog

View File

@ -5320,7 +5320,7 @@ Users in the group specified by the
.Em exempt_group .Em exempt_group
option are not affected by option are not affected by
.Em secure_path . .Em secure_path .
This option is @secure_path_set@ by default. This option is @secure_path_status@ by default.
.It syslog .It syslog
Syslog facility if syslog is being used for logging (negate to Syslog facility if syslog is being used for logging (negate to
disable syslog logging). disable syslog logging).