From patchwork Mon Jun 1 10:10:51 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9890 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 raw public key) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4gTV9005Zqz3wbl for ; Mon, 01 Jun 2026 10:10:59 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [IPv6:2001:678:b28::201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail02.haj.ipfire.org", Issuer "E8" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4gTV8y4trFz70Q for ; Mon, 01 Jun 2026 10:10:58 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4gTV8y45nfz2xQT for ; Mon, 01 Jun 2026 10:10:58 +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) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4gTV8w0MZDz2xHm for ; Mon, 01 Jun 2026 10:10: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 4gTV8t2kv4z101; Mon, 01 Jun 2026 10:10:54 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1780308654; 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=hOZmcDjuOldxyQdyidyH73x8RNe8/aTXJeqsWxhT7Y0=; b=yD1j0FmQXNgh25Moa5oGRDO9+AQbMmBmxhwQC8PUl5tOXjCoqJSeTM1t0Lb1ajN1jMBhUE 4iI/PclpGUU+V6CA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1780308654; 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=hOZmcDjuOldxyQdyidyH73x8RNe8/aTXJeqsWxhT7Y0=; b=tG2vdz4h2K+9XK1YM+eiF4ZixVZganYz9JxP7BUhmKvcjt/cocqraDZeV78vtOkKZ+k1zM kaPjT5RkedKs59G3sBjR1B3i8C/tu/qKo7TDRGVIDX/KeCucieh8InB0gmHonLEcy+Ut9L 0fCB0gML7Rl474D2WDiNsNx6JngJXeyKvK5ys7s+kLttwpy3TJ4hWch7qQ/MyhybxsaffQ XG1H08OCYMt3+B7iAyg4EB7IecPswF+2kr47IfiNHtV6o/xNIDjuenuJ4M8sO7HZFHyUOz SYOyHlrJiZwC+Sug9qaiXwMD3OBU9aS9kqRuKurFauMGIglsoceYZ6bl8mi17Q== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] user & group: Remove no longer used uid & gid Date: Mon, 1 Jun 2026 12:10:51 +0200 Message-ID: <20260601101051.33449-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 - asterix and amavis were removed from IPFire 5 or 6 years ago Signed-off-by: Adolf Belka --- config/etc/group | 2 -- config/etc/passwd | 2 -- 2 files changed, 4 deletions(-) diff --git a/config/etc/group b/config/etc/group index 8ba642e5e..70bfdfe38 100644 --- a/config/etc/group +++ b/config/etc/group @@ -36,10 +36,8 @@ klogd:x:106: postfix:x:107: postdrop:x:108: clamav:x:109: -amavis:x:110: audio:x:112: video:x:113: -asterisk:x:114: nut:x:115: cdrom:x:116: usb:x:117: diff --git a/config/etc/passwd b/config/etc/passwd index a25c79890..33f90f402 100644 --- a/config/etc/passwd +++ b/config/etc/passwd @@ -18,10 +18,8 @@ cron:x:104:104::/:/bin/false syslogd:x:105:105:/var/empty:/bin/false klogd:x:106:106:/var/empty:/bin/false clamav:x:109:109:Clam AntiVirus:/home/clamav:/bin/false -amavis:x:110:110:Amavisd-new user:/var/amavis: cyrus:x:111:12:Cyrus user:/usr/cyrus: filter:x:112:12:Spam user:/home/filter:/bin/false -asterisk:x:114:114:Asterisk user:/var/empty:/bin/false zabbix:x:118:118:Zabbix Monitoring:/var/empty:/bin/false knot-resolver:x:120:120:Knot Resolver User:/var/empty:/bin/false samba:x:1000:1000:Samba User:/var/empty:/bin/false