From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Alexandru-Sergiu Marton" Subject: bug#40550: zsh: sudo is not setuid Date: Fri, 17 Apr 2020 10:58:52 +0300 Message-ID: References: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:42038) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jPLut-0005Ho-Vl for bug-guix@gnu.org; Fri, 17 Apr 2020 04:00:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jPLut-0002dG-2C for bug-guix@gnu.org; Fri, 17 Apr 2020 04:00:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:56561) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jPLus-0002c2-Lz for bug-guix@gnu.org; Fri, 17 Apr 2020 04:00:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jPLus-00066k-LY for bug-guix@gnu.org; Fri, 17 Apr 2020 04:00:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20200413191440.GA26537@jasmine.lan> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane-mx.org@gnu.org Sender: "bug-Guix" To: Leo Famulari Cc: Alexandru-Sergiu Marton , 40550@debbugs.gnu.org On Mon Apr 13, 2020 at 6:14 PM PST, Leo Famulari wrote: > I tested it, and if the file ~/.zprofile already exists when Guix tries > to set up its own ~/.zprofile, then nothing is done. Maybe you already > had a ~/.zprofile? What does "when Guix tries to set up its own ~/.zprofile" exactly mean? When should that happen? I tried reconfiguring my system to use zsh and I deleted my ~/.zprofile prior to that, but after the reconfiguration there was no new ~/.zprofile created in my home dir. Currently I append /run/setuid-programs manually to my PATH to get around this issue.