| Message ID | 20260704153849.3586287-2-adolf.belka@ipfire.org |
|---|---|
| State | Staged |
| Commit | 540cc720f40f49285b1a2a84e6ab5b0e811783a6 |
| Headers |
Return-Path: <development+bounces-2377-patchwork=ipfire.org@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) (Client CN "mail01.haj.ipfire.org", Issuer "YR2" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4gsvtC0Vwnz3wqQ for <patchwork@web04.haj.ipfire.org>; Sat, 04 Jul 2026 15:38: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) (Client CN "mail02.haj.ipfire.org", Issuer "YE1" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4gsvt96dRmz6q7 for <patchwork@ipfire.org>; Sat, 04 Jul 2026 15:38:57 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4gsvt85ZQXz34Kt for <patchwork@ipfire.org>; Sat, 04 Jul 2026 15:38:56 +0000 (UTC) X-Original-To: development@lists.ipfire.org Received: from mail01.ipfire.org (mail01.haj.ipfire.org [IPv6:2001:678:b28::25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature ECDSA (secp384r1 raw public key) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "YR2" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4gsvt60kxhz30M5 for <development@lists.ipfire.org>; Sat, 04 Jul 2026 15:38:54 +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 4gsvt51W0Dzfg; Sat, 04 Jul 2026 15:38:53 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1783179533; 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: in-reply-to:in-reply-to:references:references; bh=9iOA6zTQHCgEEp9uaBOtemBOgU6ozhZEuHbU0SnZWcI=; b=uV9KSXCPR11m6QUv/IC/6yvdelzmreYipgJFAPZcyawgDCS7KtnSAFIS7K4VKSqRGxiAeg ngIsqS3KOXfMhUAw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1783179533; 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: in-reply-to:in-reply-to:references:references; bh=9iOA6zTQHCgEEp9uaBOtemBOgU6ozhZEuHbU0SnZWcI=; b=ty64JszcNl1c2Gzj6NBBv902Be7Kpb1jOnFkDSKC2C03GPv7yv9IkNJGqB+15iuFmHt0Y4 V1DTAtEnbFo4c9ZViRzPUUOEwxJ/Dx/0U2T0NH2QNjvahztLJNdTUIIyG3D0UTcFW360+c V11XzkbeRNTrmXFtdppFjzbSn3Rrf2QbkbiAveWjAM/H97z4dmMcQ25/Y3TiyKEZrFqS29 ndx/ieDWHKpXFS0akxPtoY8KRcg/01vGP4Qh6yWdvDyUEsdpMt2DmoCDdzX5Opb481solx MDGLN8KEHpjf5ciC41B4AR0DB5G8Kr4JiYqSnLp9K+gf9aguC9SF4gip3j6zOg== From: Adolf Belka <adolf.belka@ipfire.org> To: development@lists.ipfire.org Cc: Adolf Belka <adolf.belka@ipfire.org> Subject: [PATCH 2/6] core204: Ship acl Date: Sat, 4 Jul 2026 17:38:45 +0200 Message-ID: <20260704153849.3586287-2-adolf.belka@ipfire.org> In-Reply-To: <20260704153849.3586287-1-adolf.belka@ipfire.org> References: <20260704153849.3586287-1-adolf.belka@ipfire.org> Precedence: list List-Id: <development.lists.ipfire.org> List-Subscribe: <https://lists.ipfire.org/>, <mailto:development+subscribe@lists.ipfire.org?subject=subscribe> List-Unsubscribe: <https://lists.ipfire.org/>, <mailto:development+unsubscribe@lists.ipfire.org?subject=unsubscribe> List-Post: <mailto:development@lists.ipfire.org> List-Help: <mailto:development+help@lists.ipfire.org?subject=help> Sender: <development@lists.ipfire.org> Mail-Followup-To: <development@lists.ipfire.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit |
| Series | [1/6] acl: Update to version 2.4.0 | |
Commit Message
Adolf Belka
4 Jul 2026, 3:38 p.m. UTC
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
config/rootfiles/core/204/filelists/acl | 1 +
1 file changed, 1 insertion(+)
create mode 120000 config/rootfiles/core/204/filelists/acl
diff --git a/config/rootfiles/core/204/filelists/acl b/config/rootfiles/core/204/filelists/acl new file mode 120000 index 000000000..d819f9c48 --- /dev/null +++ b/config/rootfiles/core/204/filelists/acl @@ -0,0 +1 @@ +../../../common/acl \ No newline at end of file