aboutsummaryrefslogtreecommitdiff
path: root/src/property.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/property.lisp')
-rw-r--r--src/property.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/property.lisp b/src/property.lisp
index 804f4cb..d8f33cd 100644
--- a/src/property.lisp
+++ b/src/property.lisp
@@ -592,7 +592,7 @@ PATH if PATH already has the specified CONTENT and MODE."
(apply #'write-remote-file
path content (and mode-supplied-p `(:mode ,mode)))))
-(defun assert-euid-root ()
+(defun assert-remote-euid-root ()
"Assert that the remote user has uid 0 (root)"
(unless (zerop (get-connattr :remote-uid))
(aborted-change "Property requires root to apply")))