aboutsummaryrefslogtreecommitdiff
path: root/src/property/mount.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/property/mount.lisp')
-rw-r--r--src/property/mount.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/property/mount.lisp b/src/property/mount.lisp
index 733f0b5..307df5a 100644
--- a/src/property/mount.lisp
+++ b/src/property/mount.lisp
@@ -25,7 +25,7 @@ the mount is not actually active."
(:desc #?"${target} mounted")
(:hostattrs (os:required 'os:linux))
(:check (zerop (mrun :for-exit "findmnt" target)))
- (:apply (assert-euid-root)
+ (:apply (assert-remote-euid-root)
(file:directory-exists target)
(mrun "mount" target)))