diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-01-04 19:43:40 -0500 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-01-09 08:47:52 -0500 |
| commit | 65f1b6f85fa8b5f3b415621bcdd1fb2bcbd24d80 (patch) | |
| tree | 76fed3239a50c71b97df6420bddf0ff01ca2e142 | |
| parent | 17c7cb4acd01c76ceb9daa667857169e28540993 (diff) | |
configure: Add a bit more warning to the enable-shell option
This option probably did not have enough of a please be careful
warning around it. Let's add a bit more.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
| -rwxr-xr-x | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 0d75f7d319..7f08e8e764 100755 --- a/configure.ac +++ b/configure.ac @@ -587,7 +587,7 @@ AC_SUBST([DFLT_NAME]) AC_DEFINE_UNQUOTED([DFLT_NAME], ["$DFLT_NAME"], [Name of the configuration default set]) if test "${enable_shell_access}" = "yes"; then - AC_DEFINE([HAVE_SHELL_ACCESS], [1], [Allow user to use ssh/telnet/bash]) + AC_DEFINE([HAVE_SHELL_ACCESS], [1], [Allow user to use ssh/telnet/bash, be aware this is considered insecure]) fi AM_CONDITIONAL([FPM], [test "x$enable_fpm" = "xyes"]) |
