]> git.ipfire.org Git - thirdparty/util-linux.git/commit
libuser: fix misleading error message
authorChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Mon, 30 Mar 2026 17:44:13 +0000 (13:44 -0400)
committerChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Mon, 30 Mar 2026 17:44:13 +0000 (13:44 -0400)
commitbbcb14ffee11bb8b7e6ba0ab9effff79aeb489ce
tree2763b5b1a0efc6b45bd8897eafb188c0daf4188f
parentce24c92cca1a7dbbc279ea1898d022e72b4cb658
libuser: fix misleading error message

When setting the effective user fails the code prints a
misleading error message stating that 'group' privileges
could not be dropped, but it should state 'user' instead.

Signed-off-by: Christian Goeschel Ndjomouo <cgoesc2@wgu.edu>
login-utils/libuser.c