]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
namei: ignore SELinux-specific long option in CI CHECK
authorChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Thu, 25 Dec 2025 04:45:20 +0000 (23:45 -0500)
committerChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Thu, 25 Dec 2025 05:40:18 +0000 (00:40 -0500)
Signed-off-by: Christian Goeschel Ndjomouo <cgoesc2@wgu.edu>
misc-utils/namei.c

index 768ae00d7abdc2b4276653ce67ebfeb1dc769a6d..d3898e564369ec5a74b4aecfda99450811bbc49f 100644 (file)
@@ -390,7 +390,7 @@ static const struct option longopts[] =
        { "nosymlinks",  no_argument, NULL, 'n' },
        { "vertical",    no_argument, NULL, 'v' },
 #ifdef HAVE_LIBSELINUX
-       { "context",     no_argument, NULL, 'Z' },
+       { "context",     no_argument, NULL, 'Z' },      /* IGNORECHECK=yes */
 #endif
        { NULL, 0, NULL, 0 },
 };