Correct SECURE_PATH comment.
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 20 Feb 2015 13:30:41 +0000 (06:30 -0700)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 20 Feb 2015 13:30:41 +0000 (06:30 -0700)
config.h.in
configure.ac

index 4177fef13a8b0f91876eee67e46b3559dd279807..52edebe54dc301990fc5e5fe8d9a03258b7a590d 100644 (file)
    ones. */
 #undef PC_INSULTS
 
-/* Enable replacement getcwd if system getcwd is broken. */
+/* Define to 1 to enable replacement getcwd if system getcwd is broken. */
 #undef PREFER_PORTABLE_GETCWD
 
 /* Enable replacement (v)snprintf if system (v)snprintf is broken. */
 /* The user sudo should run commands as by default. */
 #undef RUNAS_DEFAULT
 
-/* Define to 1 to override the user's path with a built-in one. */
+/* A colon-separated list of directories to override the user's PATH with. */
 #undef SECURE_PATH
 
 /* Define to 1 to send mail when the user is not allowed to run a command. */
index cb2cf6aeff86424f22b7ec650e8f43d00ffe9af8..7dc24f3c3505f76ae3d13f2d60f21f9561a36c3d 100644 (file)
@@ -4247,8 +4247,8 @@ AH_TEMPLATE(NO_ROOT_MAILER, [Define to avoid runing the mailer as root.])
 AH_TEMPLATE(NO_ROOT_SUDO, [Define to 1 if root should not be allowed to use sudo.])
 AH_TEMPLATE(NO_TTY_TICKETS, [Define to 1 if you want a single ticket file instead of per-tty files.])
 AH_TEMPLATE(PC_INSULTS, [Define to 1 to replace politically incorrect insults with less offensive ones.])
-AH_TEMPLATE(PREFER_PORTABLE_GETCWD, [Enable replacement getcwd if system getcwd is broken.])
-AH_TEMPLATE(SECURE_PATH, [Define to 1 to override the user's path with a built-in one.])
+AH_TEMPLATE(PREFER_PORTABLE_GETCWD, [Define to 1 to enable replacement getcwd if system getcwd is broken.])
+AH_TEMPLATE(SECURE_PATH, [A colon-separated list of directories to override the user's PATH with.])
 AH_TEMPLATE(SEND_MAIL_WHEN_NOT_OK, [Define to 1 to send mail when the user is not allowed to run a command.])
 AH_TEMPLATE(SEND_MAIL_WHEN_NO_HOST, [Define to 1 to send mail when the user is not allowed to run sudo on this host.])
 AH_TEMPLATE(SEND_MAIL_WHEN_NO_USER, [Define to 1 to send mail when the user is not in the sudoers file.])