From: Christian Goeschel Ndjomouo Date: Thu, 25 Dec 2025 04:46:05 +0000 (-0500) Subject: nsenter: ignore SELinux-specific long option in CI CHECK X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=370b549b4d1438cddcd862b26baeb416fd21166b;p=thirdparty%2Futil-linux.git nsenter: ignore SELinux-specific long option in CI CHECK Signed-off-by: Christian Goeschel Ndjomouo --- diff --git a/sys-utils/nsenter.c b/sys-utils/nsenter.c index cf6c83174..3caf3dc15 100644 --- a/sys-utils/nsenter.c +++ b/sys-utils/nsenter.c @@ -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 } };