From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Stephen Gildea Newsgroups: gmane.emacs.devel Subject: Re: backup-by-copying-when-privileged-mismatch should apply to gid, too Date: Sat, 21 Dec 2019 10:53:33 -0800 Message-ID: <15837.1576954413@quatro> References: <7452.1576862401@quatro> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="86394"; mail-complaints-to="usenet@blaine.gmane.org" To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Dec 21 19:54:16 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iijtI-000MLr-Fx for ged-emacs-devel@m.gmane.org; Sat, 21 Dec 2019 19:54:16 +0100 Original-Received: from localhost ([::1]:41568 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iijtH-0001Hn-ED for ged-emacs-devel@m.gmane.org; Sat, 21 Dec 2019 13:54:15 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:33235) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iijsm-0000pt-Ti for emacs-devel@gnu.org; Sat, 21 Dec 2019 13:53:45 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iijsk-00078X-1W for emacs-devel@gnu.org; Sat, 21 Dec 2019 13:53:42 -0500 Original-Received: from tigger.sg.gildea.net ([99.65.78.170]:42606 helo=quatro.sg.gildea.net) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iijsj-0006ch-Pr for emacs-devel@gnu.org; Sat, 21 Dec 2019 13:53:41 -0500 Original-Received: from quatro (localhost [IPv6:::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client did not present a certificate) by quatro.sg.gildea.net (Postfix) with ESMTPS id C209FBFAE5 for ; Sat, 21 Dec 2019 13:53:33 -0500 (EST) In-Reply-To: Message from stepheng+emacs@gildea.com of 20 Dec 2019 09:20:01 -0800 <7452.1576862401@quatro> X-Mailer: MH-E 8.6; nmh 1.7.1-RC3; GNU Emacs 25.2.2 Content-ID: <15836.1576954413.1@quatro> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 99.65.78.170 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:243543 Archived-At: > I propose to have backup-by-copying-when-privileged-mismatch, which > preserves the ownership of files with low-uid owner (e.g., root-owned > system files), also preserve the ownership of files with low-gid group. Hearing no objections, I committed this as 678a71ea2d.