From fc189e9a577d6a940ac8eefaae5913dd67a95953 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sat, 23 Apr 2022 13:44:44 -0700 Subject: rename ASSERT-EUID-ROOT -> ASSERT-REMOTE-EUID-ROOT Signed-off-by: Sean Whitton --- src/connection/su.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/connection') diff --git a/src/connection/su.lisp b/src/connection/su.lisp index bd6657f..aef323e 100644 --- a/src/connection/su.lisp +++ b/src/connection/su.lisp @@ -21,7 +21,7 @@ (defmethod establish-connection ((type (eql :su)) remaining &key to) (declare (ignore remaining)) ;; We don't support using su with a password. Use :SUDO for that. - (assert-euid-root) + (assert-remote-euid-root) (informat 1 "~&Switching to user ~A" to) (make-instance 'su-connection :user to)) -- cgit v1.2.3