guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/12: profiles: Add "XAUTHORITY" to the precious variables.


From: guix-commits
Subject: 05/12: profiles: Add "XAUTHORITY" to the precious variables.
Date: Fri, 18 Jun 2021 08:25:50 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 01f5795578b26aa668150c4a05b2305dc3a2b7c2
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Fri Jun 18 12:44:47 2021 +0200

    profiles: Add "XAUTHORITY" to the precious variables.
    
    Suggested by Maxime Devos <maximedevos@telenet.be>.
    
    * guix/profiles.scm (%precious-variables): Add "XAUTHORITY".
---
 guix/profiles.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/profiles.scm b/guix/profiles.scm
index 09b2d15..8c02149 100644
--- a/guix/profiles.scm
+++ b/guix/profiles.scm
@@ -1921,7 +1921,7 @@ already effective."
 
 (define %precious-variables
   ;; Environment variables in the default 'load-profile' white list.
-  '("HOME" "USER" "LOGNAME" "DISPLAY" "TERM" "TZ" "PAGER"))
+  '("HOME" "USER" "LOGNAME" "DISPLAY" "XAUTHORITY" "TERM" "TZ" "PAGER"))
 
 (define (purify-environment white-list white-list-regexps)
   "Unset all environment variables except those that match the regexps in



reply via email to

[Prev in Thread] Current Thread [Next in Thread]