Skip to content

Commit

Permalink
inetutils: Remove obsolete tools
Browse files Browse the repository at this point in the history
Remove the obsolete tools rexec, rsh, rlogin, rcp, talk and ifconfig.

Note, that rexec, rsh, rlogin and rcp were installed setuid-root, so
removing them decreases our attack surface.
  • Loading branch information
donald committed Feb 5, 2024
1 parent d3cce30 commit 8bd9857
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion inetutils.be0
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,13 @@ mee_configure() {
bee_configure \
--disable-logger \
--disable-traceroute \
--disable-servers
--disable-servers \
--disable-rexec \
--disable-rsh \
--disable-rlogin \
--disable-rcp \
--disable-talk \
--disable-ifconfig
}

#mee_build() {
Expand Down

0 comments on commit 8bd9857

Please sign in to comment.