From 2c9bf3e94369e6576ea576eaa82970a8128a59f5 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Mon, 1 Nov 2021 15:17:00 -0700 Subject: :SETUID: pass target uid to POSIX-LOGIN-ENVIRONMENT for correct PATH Signed-off-by: Sean Whitton --- src/property/installer.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/property/installer.lisp') diff --git a/src/property/installer.lisp b/src/property/installer.lisp index a41112f..5c37ba3 100644 --- a/src/property/installer.lisp +++ b/src/property/installer.lisp @@ -275,7 +275,7 @@ using a combinator like ON-CHANGE, or applied manually with DEPLOY-THESE." (get-connattr :remote-home) "/root" (get-connattr :XDG_CACHE_HOME) #P"/root/.cache/" (get-connattr :consfigurator-cache) #P"/root/.cache/consfigurator/") - (posix-login-environment "root" "/root") + (posix-login-environment 0 "root" "/root") ;; Remount (mainly virtual) filesystems that other properties we will ;; apply might require (esp. relevant for installing bootloaders). -- cgit v1.2.3