aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2023-03-19 10:25:23 +0000
committerRon Yorston <rmy@pobox.com>2023-03-19 10:25:23 +0000
commitb0e7a401d51402c052563f55331c8b9001a1215c (patch)
treedaad4a5fd2ab07a4cc85b837416cd80cc0d7a1e7 /configs
parent6de29a7e5346bea9c1c2ad4faf4010ee78f1a97b (diff)
downloadbusybox-w32-b0e7a401d51402c052563f55331c8b9001a1215c.tar.gz
busybox-w32-b0e7a401d51402c052563f55331c8b9001a1215c.tar.bz2
busybox-w32-b0e7a401d51402c052563f55331c8b9001a1215c.zip
runuser,drop: drop runuser, tweak drop
Remove the runuser applet, leaving only drop. Move drop from util-linux to miscutils. A command of the form 'drop -c command' causes the BusyBox shell to be used, just like 'drop' without any arguments. A simple OpenSSH configuration with 'drop.exe' as DefaultShell and no DefaultShellArguments now works both for interactive login and to run a command. This is useful for older versions of OpenSSH which don't support DefaultShellArguments. Saves 208-232 bytes.
Diffstat (limited to 'configs')
-rw-r--r--configs/mingw32_defconfig4
-rw-r--r--configs/mingw64_defconfig4
2 files changed, 4 insertions, 4 deletions
diff --git a/configs/mingw32_defconfig b/configs/mingw32_defconfig
index 611fd327a..31f72a450 100644
--- a/configs/mingw32_defconfig
+++ b/configs/mingw32_defconfig
@@ -1,7 +1,7 @@
1# 1#
2# Automatically generated make config: don't edit 2# Automatically generated make config: don't edit
3# Busybox version: 1.37.0.git 3# Busybox version: 1.37.0.git
4# Sun Mar 12 09:41:00 2023 4# Sun Mar 19 09:51:34 2023
5# 5#
6CONFIG_HAVE_DOT_CONFIG=y 6CONFIG_HAVE_DOT_CONFIG=y
7# CONFIG_PLATFORM_POSIX is not set 7# CONFIG_PLATFORM_POSIX is not set
@@ -707,7 +707,7 @@ CONFIG_XXD=y
707# CONFIG_RENICE is not set 707# CONFIG_RENICE is not set
708CONFIG_REV=y 708CONFIG_REV=y
709# CONFIG_RTCWAKE is not set 709# CONFIG_RTCWAKE is not set
710CONFIG_RUNUSER=y 710CONFIG_DROP=y
711# CONFIG_SCRIPT is not set 711# CONFIG_SCRIPT is not set
712# CONFIG_SCRIPTREPLAY is not set 712# CONFIG_SCRIPTREPLAY is not set
713# CONFIG_SETARCH is not set 713# CONFIG_SETARCH is not set
diff --git a/configs/mingw64_defconfig b/configs/mingw64_defconfig
index 6db0accbf..b5b02ba63 100644
--- a/configs/mingw64_defconfig
+++ b/configs/mingw64_defconfig
@@ -1,7 +1,7 @@
1# 1#
2# Automatically generated make config: don't edit 2# Automatically generated make config: don't edit
3# Busybox version: 1.37.0.git 3# Busybox version: 1.37.0.git
4# Sun Mar 12 09:41:00 2023 4# Sun Mar 19 09:51:34 2023
5# 5#
6CONFIG_HAVE_DOT_CONFIG=y 6CONFIG_HAVE_DOT_CONFIG=y
7# CONFIG_PLATFORM_POSIX is not set 7# CONFIG_PLATFORM_POSIX is not set
@@ -707,7 +707,7 @@ CONFIG_XXD=y
707# CONFIG_RENICE is not set 707# CONFIG_RENICE is not set
708CONFIG_REV=y 708CONFIG_REV=y
709# CONFIG_RTCWAKE is not set 709# CONFIG_RTCWAKE is not set
710CONFIG_RUNUSER=y 710CONFIG_DROP=y
711# CONFIG_SCRIPT is not set 711# CONFIG_SCRIPT is not set
712# CONFIG_SCRIPTREPLAY is not set 712# CONFIG_SCRIPTREPLAY is not set
713# CONFIG_SETARCH is not set 713# CONFIG_SETARCH is not set