[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
- branch master updated (bccf2a9 -> 2ef71b6), guix-commits, 2021/06/18
- 03/12: lint: check-patch-headers: Recognize Git diffs., guix-commits, 2021/06/18
- 01/12: import: launchpad: Gracefully handle 404s from api.launchpad.net., guix-commits, 2021/06/18
- 04/12: profiles: Add 'load-profile'., guix-commits, 2021/06/18
- 05/12: profiles: Add "XAUTHORITY" to the precious variables.,
guix-commits <=
- 02/12: build: Remove Guile 2.2 workaround., guix-commits, 2021/06/18
- 08/12: doc: Explain more reasons for commit revocation., guix-commits, 2021/06/18
- 11/12: gnu: xdg-desktop-portal: Update to 1.8.1 and honor XDG_DESKTOP_PORTAL_DIR., guix-commits, 2021/06/18
- 06/12: doc: Structure the "Commit Access" section., guix-commits, 2021/06/18
- 07/12: doc: Add "Addressing Issues" section., guix-commits, 2021/06/18
- 09/12: doc: Clarify Git commit signing; fix typo., guix-commits, 2021/06/18
- 10/12: gnu: pipewire: Update to 0.3.29., guix-commits, 2021/06/18
- 12/12: gnu: xdg-desktop-portal-wlr: Update to 0.4.0., guix-commits, 2021/06/18