From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thompson, David" Subject: Re: [DMD] [PATCH] service: Change gid before uid when dropping privileges. Date: Fri, 4 Dec 2015 14:08:39 -0500 Message-ID: References: <871tb3tuek.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> <87poymod7x.fsf@mdc-berlin.de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35539) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a4vij-0001Pe-8R for guix-devel@gnu.org; Fri, 04 Dec 2015 14:08:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a4vii-00046G-7n for guix-devel@gnu.org; Fri, 04 Dec 2015 14:08:41 -0500 Received: from mail-yk0-x22f.google.com ([2607:f8b0:4002:c07::22f]:33414) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a4vii-00045S-2F for guix-devel@gnu.org; Fri, 04 Dec 2015 14:08:40 -0500 Received: by ykdv3 with SMTP id v3so135145878ykd.0 for ; Fri, 04 Dec 2015 11:08:39 -0800 (PST) In-Reply-To: <87poymod7x.fsf@mdc-berlin.de> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Ricardo Wurmus Cc: guix-devel On Fri, Dec 4, 2015 at 3:00 AM, Ricardo Wurmus wrote: > > David Thompson writes: > >> Found this little order of operations issue when trying to button up the >> Transmission service. > > Looks fine to me. Thanks. Now I need someone with commit access to dmd to apply it. :) - Dave