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

index cf6c831744b45b64245ef7e9a0aa920e5c7a86f9..3caf3dc158c774361ab2610f935f52eaaabdb4fc 100644 (file)
@@ -523,7 +523,7 @@ int main(int argc, char *argv[])
                { "keep-caps", no_argument, NULL, OPT_KEEPCAPS },
                { "user-parent", no_argument, NULL, OPT_USER_PARENT},
 #ifdef HAVE_LIBSELINUX
-               { "follow-context", no_argument, NULL, 'Z' },
+               { "follow-context", no_argument, NULL, 'Z' },   /* IGNORECHECK=yes */
 #endif
                { NULL, 0, NULL, 0 }
        };