From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Wed, 27 May 2026 23:55:05 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wSMDR-004WQI-0m for lore@lore.pengutronix.de; Wed, 27 May 2026 23:55:05 +0200 Received: from [127.0.0.1] (helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1wSMDR-0004dv-46; Wed, 27 May 2026 23:55:05 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1wSMDC-0004de-CH; Wed, 27 May 2026 23:54:50 +0200 Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wSMDB-002Adc-1y; Wed, 27 May 2026 23:54:50 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.98.2) (envelope-from ) id 1wSMDC-00000008OUs-0Q4q; Wed, 27 May 2026 23:54:50 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Wed, 27 May 2026 23:54:50 +0200 Message-ID: <20260527215450.2000776-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.47.3 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] libseccomp: do not enforce standalone development tools X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Ladislav Michl Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as 67abccfd74fbc7c31399af14cf570769a907aab6. Michael [sent from post-receive hook] On Wed, 27 May 2026 23:54:49 +0200, Ladislav Michl wrote: > Partially revert af3a035787a2 ("libseccomp: install some useful > development tools on demand") which is always enforcing standalone > development tools. Leave that on user allowing to choose also > Busybox' variants. > > Signed-off-by: Ladislav Michl > Message-Id: > Signed-off-by: Michael Olbrich > > diff --git a/rules/libseccomp.in b/rules/libseccomp.in > index 01c6e8a4f079..91a132a85ae5 100644 > --- a/rules/libseccomp.in > +++ b/rules/libseccomp.in > @@ -1,12 +1,9 @@ > ## SECTION=system_libraries > > menuconfig LIBSECCOMP > - bool > + tristate > prompt "libseccomp " > select HOST_GPERF > - select SED if LIBSECCOMP_UTILS && RUNTIME > - select STRACE if LIBSECCOMP_UTILS && RUNTIME > - select WHICH if LIBSECCOMP_UTILS && RUNTIME > help > An Enhanced Seccomp (mode 2) Helper Library > > @@ -23,8 +20,8 @@ config LIBSECCOMP_UTILS > prompt "install utils" > help > Install some utils, useful for development. > - Note: in order to run some of these utils the tools 'uniq', 'sort', > - 'expr' and 'mktemp' from the 'Busybox' *or* 'Coreutils' package is > - required. > + Note: in order to run some of these utils the tools 'expr', 'mktemp', 'sed', > + 'sort', 'strace, ''uniq' and 'which' from the 'Busybox' *or* 'Coreutils' > + package is required. > > endif