From patchwork Mon Apr 12 06:04:31 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Marx X-Patchwork-Id: 4145 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 (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4FJdVg208Dz3yBW for ; Mon, 12 Apr 2021 06:04:43 +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 ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4FJdVf23QQz4h1; Mon, 12 Apr 2021 06:04:42 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4FJdVd74NGz2xPL; Mon, 12 Apr 2021 06:04:41 +0000 (UTC) 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 (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4FJdVc4rBKz2xPL for ; Mon, 12 Apr 2021 06:04:40 +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 ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4FJdVb6VrDzmW; Mon, 12 Apr 2021 06:04:39 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1618207480; 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=SzgOazARAVm7MAmoLN4Q+fvRHstfpmY+Io3/apLgfxQ=; b=SxH6XmRzD0GK8vEF9CU4njJ7qPMmGgF4xUI7hJl2fkskYJ9AyGSBPezhJd3yjy7OnmAJ3F 01AYwUefkcL78LCA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1618207480; 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=SzgOazARAVm7MAmoLN4Q+fvRHstfpmY+Io3/apLgfxQ=; b=cMwDlR2BWLZs70luqT2XKhvUDqgIgN1RDYJtyYr6uB9Z2cF8Gq21DJs/BB5jRqj72FTyqO 3/VlM3NxwWbr1yuCcPYmIvx0BrdTpS6U5TfUGz8CsHMFWHvp7BeswXDGg+UQi1G6pMCRmh EcGIt1UjRSoAhp/wDd3LBuuIYYC9duRRYU8yFKs0OhtVIfwz+QuQQWNr73ugSuV8kTSlsx 7iDovL8OsvuXqscPiMfIpdZr+IIJnLbS1jb1dp3pHTauUg1pn8/zYVANdQPFyslsrucrc5 IjEreSzosoyBv97H/DiHNm7pLc1bGFu45mHxoLw9HpYBPRUKlQAEqpPehSZebQ== From: Alexander Marx To: development@lists.ipfire.org Subject: [PATCH 1/2] core156: Ship sudo Date: Mon, 12 Apr 2021 08:04:31 +0200 Message-Id: <20210412060432.9918-1-alexander.marx@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" From: Michael Tremer Signed-off-by: Michael Tremer --- config/rootfiles/core/156/filelists/sudo | 1 + 1 file changed, 1 insertion(+) create mode 120000 config/rootfiles/core/156/filelists/sudo diff --git a/config/rootfiles/core/156/filelists/sudo b/config/rootfiles/core/156/filelists/sudo new file mode 120000 index 000000000..0d3c45e04 --- /dev/null +++ b/config/rootfiles/core/156/filelists/sudo @@ -0,0 +1 @@ +../../../common/sudo \ No newline at end of file