---
src/openvpn/init.c | 6 ------
1 file changed, 6 deletions(-)
diff --git a/src/openvpn/init.c b/src/openvpn/init.c
index 979ba23..b7f71c3 100644
--- a/src/openvpn/init.c
+++ b/src/openvpn/init.c
@@ -2480,12 +2480,6 @@ do_option_warnings (struct context *c)
msg (M_WARN, "NOTE: --connect-timeout option is not supported on this OS");
#endif
- if (script_security >= SSEC_SCRIPTS)
- msg (M_WARN, "NOTE: the current --script-security setting may allow this
configuration to call user-defined scripts");
- else if (script_security >= SSEC_PW_ENV)
- msg (M_WARN, "WARNING: the current --script-security setting may allow
passwords to be passed to scripts via environmental variables");
- else
- msg (M_WARN, "NOTE: " PACKAGE_NAME " 2.1 requires '--script-security 2' or
higher to call user-defined scripts or executables");
}
static void
--
1.7.9.5