]> code.ossystems Code Review - openembedded-core.git/commitdiff
inetutils: Disable rsh, etc in the build
authorTom Rini <trini@konsulko.com>
Tue, 12 Mar 2019 20:07:22 +0000 (16:07 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 18 Mar 2019 11:09:55 +0000 (11:09 +0000)
It is long since past time for rsh and company to be retired from the
world.  Disable building these now.

Suggested-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-connectivity/inetutils/inetutils_1.9.4.bb

index 4aa350947afabcc2ce008367c737e3625ed558bd..ec1384eabd3a6bd6e428498a351522f2058c9a72 100644 (file)
@@ -49,7 +49,9 @@ EXTRA_OECONF = "--with-ncurses-include-dir=${STAGING_INCDIR} \
         --enable-rpath=no \
 "
 
-EXTRA_OECONF_append_libc-musl = " --disable-rsh --disable-rcp --disable-rlogin --disable-rexec --disable-rexecd"
+# These are horrible for security, disable them
+EXTRA_OECONF_append = " --disable-rsh --disable-rshd --disable-rcp \
+        --disable-rlogin --disable-rlogind --disable-rexec --disable-rexecd"
 
 do_configure_prepend () {
     export HELP2MAN='true'