From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-3.1 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 16018 invoked from network); 3 Nov 2020 09:07:57 -0000 Received: from mother.openwall.net (195.42.179.200) by inbox.vuxu.org with ESMTPUTF8; 3 Nov 2020 09:07:57 -0000 Received: (qmail 31808 invoked by uid 550); 3 Nov 2020 09:07:53 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Reply-To: musl@lists.openwall.com Received: (qmail 31790 invoked from network); 3 Nov 2020 09:07:53 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1604394461; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=XBiXDb5hhn0+z9MQDB9yoBvA6NZgler7blBnqzjwEJk=; b=gTNJ5AzUit8ODdxZ0225mJo/UoenlLVCrIywSEy7BgdEMWtKSgTSeEKdmY/BuqC6/kpuq4 vx+tB4ZwDqb8uuv2sw6hNhmISw/7EVYRi2/jiCudbnrFcQ3TTvdBok+vZfPb/wZeg5Rlrr 3zEu9LioXhMQOhlfNhwM5zU4mh1V6rY= X-MC-Unique: GSQ0qB-MPDKT-UrEWfD5Bw-1 From: Florian Weimer To: Rich Felker Cc: Jesse Hathaway , musl@lists.openwall.com, Arjun Shankar , Carlos O'Donell References: <1924902939.18027073.1603105167534.JavaMail.zimbra@redhat.com> <805098991.18032044.1603106011330.JavaMail.zimbra@redhat.com> <20201020010855.GE17637@brightrain.aerifal.cx> <874kmhdvqw.fsf@oldenburg2.str.redhat.com> <20201026131254.GL534@brightrain.aerifal.cx> <87zh3zg8yw.fsf@oldenburg2.str.redhat.com> <20201102145017.GS534@brightrain.aerifal.cx> Date: Tue, 03 Nov 2020 10:07:23 +0100 In-Reply-To: <20201102145017.GS534@brightrain.aerifal.cx> (Rich Felker's message of "Mon, 2 Nov 2020 09:50:18 -0500") Message-ID: <87blgeerlg.fsf@oldenburg2.str.redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=fweimer@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain Subject: Re: [musl] Plans to remove nscd in Fedora * Rich Felker: > Thanks for filling me in on the status of this. Perhaps > https://github.com/pikhq/musl-nscd (not part of musl, but by a > long-time contributor) would be a useful basis for building a > replacement glibc systems could use too? There is also unscd: It covers fewer maps, though. For a full solution, we would need something that can deal (correctly) with the shadow database. That's currently always in-process because we rely on the permissions of the calling process. Thanks, Florian -- Red Hat GmbH, https://de.redhat.com/ , Registered seat: Grasbrunn, Commercial register: Amtsgericht Muenchen, HRB 153243, Managing Directors: Charles Cachera, Brian Klemm, Laurie Krebs, Michael O'Neill