From patchwork Sun Jun 22 18:21:53 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8843 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4bQKLH2rwsz3wm9 for ; Sun, 22 Jun 2025 18:21:59 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E5" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4bQKLH28fNz2th for ; Sun, 22 Jun 2025 18:21:59 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4bQKLH1RR2z333k for ; Sun, 22 Jun 2025 18:21:59 +0000 (UTC) X-Original-To: development@lists.ipfire.org Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4bQKLD2361z2y9H for ; Sun, 22 Jun 2025 18:21:56 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4bQKLC3RYtzZd; Sun, 22 Jun 2025 18:21:55 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1750616515; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=JjhaYCvgbshPpPd4OUgIrebvPFRbsqqAyXVkL3Vo8ag=; b=ULNKbXXGq5fta0kMNWFBXAqD8CpWHLNafGvLmaYfXcMyydFkORPQK2G03hK18oet+6hIk/ I4S43iY6RrsivRBA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1750616515; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=JjhaYCvgbshPpPd4OUgIrebvPFRbsqqAyXVkL3Vo8ag=; b=WlgiZYnn865XymfcEcgfF2vG4h8zfFq2K+/QDJfwznXJ8a3c4izciLcAT2zP1Kms9BipJm AblbAcCOFeeVjZCSoQLsTPleI5fYwXV0UMpSsdLwnQ83zifC2hPFivSZCXvhpxjf4NvQ7J thZjy1Ak7jlVCmOS+SLrEVd3+yr5tJCc7aQqRN6UM7pl2muW5pggowVB/Za05P+OPQ9uAh QWV0tq7MWlqERjfwKUKiL7JeeqN0d290zICJdAli3AUNxwIqVJ6Epls5VFXkFaiUTOmPz2 mLICSKiXjbfwsficiGLqbQTneqcEEUtH3XpkTgtwHrZ6SD8U8IPOj/7eHyYszA== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] core196: Ship sudo Date: Sun, 22 Jun 2025 20:21:53 +0200 Message-ID: <20250622182153.2492477-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Signed-off-by: Adolf Belka --- config/rootfiles/core/196/filelists/sudo | 1 + 1 file changed, 1 insertion(+) create mode 120000 config/rootfiles/core/196/filelists/sudo diff --git a/config/rootfiles/core/196/filelists/sudo b/config/rootfiles/core/196/filelists/sudo new file mode 120000 index 000000000..0d3c45e04 --- /dev/null +++ b/config/rootfiles/core/196/filelists/sudo @@ -0,0 +1 @@ +../../../common/sudo \ No newline at end of file