From 636315ccb9b9e7e6cb040a9626282b7892b20df3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20Neusch=C3=A4fer?= Date: Mon, 14 Apr 2025 20:40:43 +0200 Subject: [PATCH] runit: fix setuidgid help text MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: J. Neuschäfer Signed-off-by: Denys Vlasenko --- 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)"