From patchwork Fri Aug 7 09:45:18 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 10099 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) (Client CN "mail01.haj.ipfire.org", Issuer "YR2" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4hGfRQ170wz3wqC for ; Fri, 07 Aug 2026 09:46:10 +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 4hGfRF6f5Hz7N9 for ; Fri, 07 Aug 2026 09:46:01 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4hGfQq5H3hz36Vj for ; Fri, 07 Aug 2026 09:45:39 +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 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 4hGfQn1Xmyz2xhj for ; Fri, 07 Aug 2026 09:45:37 +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 4hGfQc5xfyz1Sq; Fri, 07 Aug 2026 09:45:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1786095928; 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=ymcUHE+qlcubtJ7miW7pVYYyM/3JzwcPNUw311MDQIw=; b=i5lvBlk1hCi3AiheyWwSGd3XVI/ddN3XGyW6sIZUlx7Aynn4sGL/ubaSJbbvDPH+uGqezu 8plpNAOkMl/4uspS6S9vZmRyuhRNe66AsqzDwDLHGzUb6vr0zjYf+mjeQ7asKZAQWrURe8 /VSR3xDb9xlVoyZZ1u9mqYFBuos3s62GqYswpf4RZpBFs8hIpQLvOd7mG96CssBXsJMr6r loRluLScQ2n0ep4ggtFv/LvUwcHR39axyRhk6HjlbydiGUaOSW6AT6awAYmltsHS+ZO44b WbT5ftMS4qnGiEKlqSH2opY0SswGRtLxpPzzJ2bjC5HtXuBHHoGaw9scUBjuSg== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1786095928; 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=ymcUHE+qlcubtJ7miW7pVYYyM/3JzwcPNUw311MDQIw=; b=T6ax40WDwmstYiWXMRlsgglrZk6X5GAc0qodsTezyEZQ2jwa5PyyRldjDtU4ozZFxnZaQe FIZRNqUPizFg11Cg== From: Matthias Fischer To: development@lists.ipfire.org Cc: Matthias Fischer Subject: [PATCH] attr 2.6.0: Fix for rootfile Date: Fri, 7 Aug 2026 11:45:18 +0200 Message-ID: <20260807094520.3864548-1-matthias.fischer@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: Matthias Fischer --- config/rootfiles/common/attr | 1 + 1 file changed, 1 insertion(+) diff --git a/config/rootfiles/common/attr b/config/rootfiles/common/attr index 4307e1dd0..41a92d4a7 100644 --- a/config/rootfiles/common/attr +++ b/config/rootfiles/common/attr @@ -1,6 +1,7 @@ usr/bin/attr usr/bin/getfattr usr/bin/setfattr +#usr/etc #usr/etc/xattr.conf #usr/include/attr #usr/include/attr/attributes.h