From nobody Thu Jan 01 23:30:46 2026 X-Original-To: freebsd-current@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4dj33l2T5mz6LtrT for ; Thu, 01 Jan 2026 23:30:59 +0000 (UTC) (envelope-from SRS0=7Fq3=7G=quip.cz=000.fbsd@elsa.codelab.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4dj33k66sNz3MTg for ; Thu, 01 Jan 2026 23:30:58 +0000 (UTC) (envelope-from SRS0=7Fq3=7G=quip.cz=000.fbsd@elsa.codelab.cz) Authentication-Results: mx1.freebsd.org; none Received: from elsa.codelab.cz (localhost [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id B6F0AD78B1; Fri, 2 Jan 2026 00:30:49 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quip.cz; s=private; t=1767310249; bh=uNPiAcpZ4EgvvyvfY3uWaHAjFSw6LXFC8R1gQXaEPK4=; h=Date:Subject:To:References:From:In-Reply-To; b=wBfw3JWxA793eEyoi01KDWfJOgnli3PbxwJXTN91B401xM4XH/j7fFGgf7vcROaX/ ztIEWBkCTmIpq8QpvRyP+wpVtcf9AmalsCBRrnUajnTgz5lxb35YkYlLYGwzUnNbwy MotdKAdl94anJMHALBTCUjHcCtb7aG5fj375V1jk= Received: from [192.168.145.49] (ip-89-177-27-225.bb.vodafone.cz [89.177.27.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id 4B8D8D7896; Fri, 2 Jan 2026 00:30:46 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quip.cz; s=private; t=1767310247; bh=uNPiAcpZ4EgvvyvfY3uWaHAjFSw6LXFC8R1gQXaEPK4=; h=Date:Subject:To:References:From:In-Reply-To; b=Vb4yk6bRiKG92+kPUbswo4nKN9v+VU4PE7qIQGcRaTDqrS3gm03Sgz0kWzxhPuSP4 ssavYSchdSktKh05CDAfSRyNe2Ewn/WxJ8OQT2hiIjjOnuoPfXCeiFhxRsCkktEuWe GDUo36naxfwppVWkDE+/f8viBkoJ39M0s4C90egk= Message-ID: Date: Fri, 2 Jan 2026 00:30:46 +0100 List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@FreeBSD.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: 100.chksetuid and PR 178005 To: Michael Grimm , FreeBSD Current References: <59CA2D66-999C-4AB2-B31D-9D7D109FDA11@ellael.org> Content-Language: cs-Cestina From: Miroslav Lachman <000.fbsd@quip.cz> In-Reply-To: <59CA2D66-999C-4AB2-B31D-9D7D109FDA11@ellael.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:42000, ipnet:94.124.104.0/21, country:CZ] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Rspamd-Queue-Id: 4dj33k66sNz3MTg On 01/01/2026 15:08, Michael Grimm wrote: > I found a 13 year old PR https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=178005 from ngie@ about unnecessary noise in daily security mails whenever an installworld has been run. Nowadays with pkgbase being used daily|frequently this issue might be even more pressing. > > I do have an alternative 100.chksetuid running at my site that more or less does what that PR is all about. > > Questions (because I never done that before): > > #) Should I file a patch to this PR? > #) Or should I open a new PR? > #) And: would that be of interest at all? I think the patch to the original PR is the right way to go. But periodic looks like unwanted child. It may take 15 years to have some patches accepted. (PR 86388) Kind regards Miroslav Lachman