From: Christian Goeschel Ndjomouo Date: Mon, 24 Nov 2025 04:04:55 +0000 (-0500) Subject: namei: reestablish --nosymlinks option's functionality X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbd18d20e543d1c453235a3dec64edadc00642e3;p=thirdparty%2Futil-linux.git namei: reestablish --nosymlinks option's functionality Signed-off-by: Christian Goeschel Ndjomouo --- diff --git a/misc-utils/namei.c b/misc-utils/namei.c index 0a9ed8df8..3bfe216e3 100644 --- a/misc-utils/namei.c +++ b/misc-utils/namei.c @@ -387,7 +387,7 @@ static const struct option longopts[] = { "modes", no_argument, NULL, 'm' }, { "owners", no_argument, NULL, 'o' }, { "long", no_argument, NULL, 'l' }, - { "nolinks", no_argument, NULL, 'n' }, + { "nosymlinks", no_argument, NULL, 'n' }, { "vertical", no_argument, NULL, 'v' }, #ifdef HAVE_LIBSELINUX { "context", no_argument, NULL, 'Z' },