From 37c8017ed1249b4e34634b7df691b82f62e6361b Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sat, 2 Apr 2022 13:46:54 -0700 Subject: rename SYSTEMD-{-USER -> USER-INSTANCE-ARGS} & stop using &rest Signed-off-by: Sean Whitton --- src/connection/linux-namespace.lisp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/connection') diff --git a/src/connection/linux-namespace.lisp b/src/connection/linux-namespace.lisp index e4a72ef..7693330 100644 --- a/src/connection/linux-namespace.lisp +++ b/src/connection/linux-namespace.lisp @@ -129,8 +129,9 @@ "--" "sh" "-c" ,cmd))) (if (and owner (not (string= owner (get-connattr :remote-user)))) (with-connattrs (:remote-uid owner-uid) - (list* "runuser" "-u" owner "--" (apply #'systemd--user args))) - (apply #'systemd--user args))))) + (list* "runuser" "-u" owner "--" + (systemd-user-instance-args args))) + (systemd-user-instance-args args))))) (defmethod establish-connection ((type (eql :lxc-unpriv-attach)) remaining &key owner name pid uid gid) -- cgit v1.2.3