From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: bug#40550: zsh: sudo is not setuid Date: Mon, 13 Apr 2020 15:14:40 -0400 Message-ID: <20200413191440.GA26537@jasmine.lan> References: <20200413175555.GB23262@jasmine.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:55001) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jO4Xv-0001Ce-BP for bug-guix@gnu.org; Mon, 13 Apr 2020 15:15:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jO4Xu-0001vn-ET for bug-guix@gnu.org; Mon, 13 Apr 2020 15:15:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:49274) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jO4Xu-0001vW-AH for bug-guix@gnu.org; Mon, 13 Apr 2020 15:15:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jO4Xu-00077a-5k for bug-guix@gnu.org; Mon, 13 Apr 2020 15:15:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Content-Disposition: inline In-Reply-To: <20200413175555.GB23262@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: Alexandru-Sergiu Marton Cc: Alexandru-Sergiu Marton , 40550@debbugs.gnu.org On Mon, Apr 13, 2020 at 01:55:55PM -0400, Leo Famulari wrote: > Setting up Zsh should definitely work when creating a new user's home > directory, but maybe it doesn't do the right thing when changing a > user's shell after the home directory has already been created. We > should look into that. 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?