Skip to content

Commit 986fdec

Browse files
committed
Rename secure_path_set -> secure_path_status
1 parent a5f5cee commit 986fdec

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

configure

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -733,7 +733,7 @@ plugindir
733733
pam_login_service
734734
pam_session
735735
editor
736-
secure_path_set
736+
secure_path_status
737737
secure_path
738738
netsvc_conf
739739
nsswitch_conf
@@ -3730,7 +3730,7 @@ sesh_file="$libexecdir/sudo/sesh"
37303730
visudo="$sbindir/visudo"
37313731
nsswitch_conf=/etc/nsswitch.conf
37323732
secure_path="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
3733-
secure_path_set="disabled"
3733+
secure_path_status="disabled"
37343734
pam_session=on
37353735
pam_login_service=sudo
37363736
plugindir="$libexecdir/sudo"
@@ -6324,7 +6324,7 @@ then :
63246324

63256325
printf "%s\n" "#define SECURE_PATH \"$secure_path\"" >>confdefs.h
63266326

6327-
secure_path_set="set to $secure_path"
6327+
secure_path_status="set to $secure_path"
63286328

63296329
fi
63306330

configure.ac

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ AC_SUBST([sssd_lib])
177177
AC_SUBST([nsswitch_conf])
178178
AC_SUBST([netsvc_conf])
179179
AC_SUBST([secure_path])
180-
AC_SUBST([secure_path_set])
180+
AC_SUBST([secure_path_status])
181181
AC_SUBST([editor])
182182
AC_SUBST([pam_session])
183183
AC_SUBST([pam_login_service])
@@ -230,7 +230,7 @@ sesh_file="$libexecdir/sudo/sesh"
230230
visudo="$sbindir/visudo"
231231
nsswitch_conf=/etc/nsswitch.conf
232232
secure_path="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
233-
secure_path_set="disabled"
233+
secure_path_status="disabled"
234234
pam_session=on
235235
pam_login_service=sudo
236236
plugindir="$libexecdir/sudo"
@@ -1078,7 +1078,7 @@ AC_ARG_WITH(secure-path, [AS_HELP_STRING([--with-secure-path], [override the use
10781078
esac])
10791079
AS_IF([test "${with_secure_path-no}" != "no"], [
10801080
AC_DEFINE_UNQUOTED(SECURE_PATH, "$secure_path")
1081-
secure_path_set="set to $secure_path"
1081+
secure_path_status="set to $secure_path"
10821082
])
10831083

10841084
AC_ARG_WITH(interfaces, [AS_HELP_STRING([--without-interfaces], [don't try to read the ip addr of network interfaces])],

docs/sudoers.man.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5677,7 +5677,7 @@ Users in the group specified by the
56775677
\fIexempt_group\fR
56785678
option are not affected by
56795679
\fIsecure_path\fR.
5680-
This option is @secure_path_set@ by default.
5680+
This option is @secure_path_status@ by default.
56815681
.RE
56825682
.TP 14n
56835683
syslog

docs/sudoers.mdoc.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5320,7 +5320,7 @@ Users in the group specified by the
53205320
.Em exempt_group
53215321
option are not affected by
53225322
.Em secure_path .
5323-
This option is @secure_path_set@ by default.
5323+
This option is @secure_path_status@ by default.
53245324
.It syslog
53255325
Syslog facility if syslog is being used for logging (negate to
53265326
disable syslog logging).

0 commit comments

Comments
 (0)