aboutsummaryrefslogtreecommitdiff
path: root/src/connection/linux-namespace.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-04-01 18:19:47 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-04-01 18:32:31 -0700
commitb6b26120f58e4d0b4bb884b44c7cc867cd90c8a0 (patch)
tree867b138c481bbfd42ea25db969e897a3c3624da6 /src/connection/linux-namespace.lisp
parented8c76f566de8f6c10cdace515b3d076026258f0 (diff)
downloadconsfigurator-b6b26120f58e4d0b4bb884b44c7cc867cd90c8a0.tar.gz
connection chain specs.: consistently use :USER for the target user
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/connection/linux-namespace.lisp')
-rw-r--r--src/connection/linux-namespace.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/connection/linux-namespace.lisp b/src/connection/linux-namespace.lisp
index c5c3809..e4a72ef 100644
--- a/src/connection/linux-namespace.lisp
+++ b/src/connection/linux-namespace.lisp
@@ -159,7 +159,7 @@ and
will work but
- ((:ssh :user \"root\") :sbcl (:setuid :to \"user\") (:lxc :name \"foo\"))
+ ((:ssh :user \"root\") :sbcl (:setuid :user \"user\") (:lxc :name \"foo\"))
will not. See \"Dumping and reinvoking Lisp\" in the \"Pitfalls and
limitations\" section of the Consfigurator manual.