From dbd18d20e543d1c453235a3dec64edadc00642e3 Mon Sep 17 00:00:00 2001 From: Christian Goeschel Ndjomouo Date: Sun, 23 Nov 2025 23:04:55 -0500 Subject: [PATCH] namei: reestablish --nosymlinks option's functionality Signed-off-by: Christian Goeschel Ndjomouo --- misc-utils/namei.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc-utils/namei.c b/misc-utils/namei.c index 0a9ed8df80..3bfe216e39 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' }, -- 2.47.3