From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: [DMD] [PATCH] service: Change gid before uid when dropping privileges. Date: Fri, 4 Dec 2015 09:00:18 +0100 Message-ID: <87poymod7x.fsf@mdc-berlin.de> References: <871tb3tuek.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50905) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a4lII-0006C5-8D for guix-devel@gnu.org; Fri, 04 Dec 2015 03:00:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a4lIC-000557-45 for guix-devel@gnu.org; Fri, 04 Dec 2015 03:00:42 -0500 Received: from pegasus.bbbm.mdc-berlin.de ([141.80.25.20]:52229) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a4lIB-000524-Co for guix-devel@gnu.org; Fri, 04 Dec 2015 03:00:35 -0500 In-Reply-To: <871tb3tuek.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> 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: David Thompson Cc: guix-devel@gnu.org David Thompson writes: > Found this little order of operations issue when trying to button up the > Transmission service. Looks fine to me. ~~ Ricardo