From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: Customize PAM configuration Date: Sat, 10 Aug 2019 18:14:39 +0200 Message-ID: <87tvapuhe8.fsf@elephly.net> References: <87o90xkrl8.fsf@ngyro.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:49904) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hwU14-0004wQ-8V for help-guix@gnu.org; Sat, 10 Aug 2019 12:14:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hwU13-0007FS-AS for help-guix@gnu.org; Sat, 10 Aug 2019 12:14:50 -0400 Received: from sender4-of-o53.zoho.com ([136.143.188.53]:21375) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hwU12-0007CS-UC for help-guix@gnu.org; Sat, 10 Aug 2019 12:14:49 -0400 In-reply-to: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Jone Cc: help-guix@gnu.org Jone writes: > The password is entered once at login and exported > to environment variable. As a result, password is available during the user > session (for some automation with bash scripts). Please know that environment variables are readable in /proc and in the output of process managers. An environment variable is not a good place for a secret. -- Ricardo