[PATCH consfigurator 1/3] add slot for remote-uid to connection class
David Bremner
david at tethera.net
Thu Mar 11 02:21:05 GMT 2021
Intended to cache the result of shelling out to figure out the
effective uid.
---
src/connection.lisp | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/src/connection.lisp b/src/connection.lisp
index 5398bf5..29216ee 100644
--- a/src/connection.lisp
+++ b/src/connection.lisp
@@ -66,7 +66,11 @@ For an example of usage, see the :SUDO connection type."))
(cached-data
:initform nil
:documentation
- "Items of prerequisite data known to be cached on the remote side.")))
+ "Items of prerequisite data known to be cached on the remote side.")
+ (remote-uid
+ :initform nil
+ :documentation
+ "Effective user-id of the remote (deploying) user")))
(defclass lisp-connection (connection) ())
--
2.30.1
More information about the sgo-software-discuss
mailing list