[git commit] runit: fix setuidgid help text

Denys Vlasenko vda.linux at googlemail.com
Thu Apr 17 05:06:21 UTC 2025


commit: https://git.busybox.net/busybox/commit/?id=636315ccb9b9e7e6cb040a9626282b7892b20df3
branch: https://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: J. Neuschäfer <j.neuschaefer at gmx.net>
Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 runit/chpst.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/runit/chpst.c b/runit/chpst.c
index 4e3d613b7..3d04ee50d 100644
--- a/runit/chpst.c
+++ b/runit/chpst.c
@@ -38,7 +38,8 @@ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 //config:	bool "setuidgid (4.2 kb)"
 //config:	default y
 //config:	help
-//config:	Sets soft resource limits as specified by options
+//config:	Sets UID and GID to those of the given account, and execs
+//config:	specified program.
 //config:
 //config:config ENVUIDGID
 //config:	bool "envuidgid (4.1 kb)"


More information about the busybox-cvs mailing list