From 9e13dad6ea76dd036098ef62427804e4138bf83b Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Tue, 12 Mar 2019 16:07:22 -0400 Subject: inetutils: Disable rsh, etc in the build It is long since past time for rsh and company to be retired from the world. Disable building these now. Suggested-by: Khem Raj Signed-off-by: Tom Rini Signed-off-by: Richard Purdie --- meta/recipes-connectivity/inetutils/inetutils_1.9.4.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'meta') diff --git a/meta/recipes-connectivity/inetutils/inetutils_1.9.4.bb b/meta/recipes-connectivity/inetutils/inetutils_1.9.4.bb index 4aa350947a..ec1384eabd 100644 --- a/meta/recipes-connectivity/inetutils/inetutils_1.9.4.bb +++ b/meta/recipes-connectivity/inetutils/inetutils_1.9.4.bb @@ -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' -- cgit 1.2.3-korg