diff --git a/gnu/system.scm b/gnu/system.scm index ba1b7b5152..a94f0a9a1f 100644 --- a/gnu/system.scm +++ b/gnu/system.scm @@ -1222,6 +1222,7 @@ deprecated; use 'setuid-program' instead~%")) (file-append sudo "/bin/sudo") (file-append sudo "/bin/sudoedit") (file-append fuse "/bin/fusermount") + (file-append fuse-3 "/bin/fusermount3") ;; To allow mounts with the "user" option, "mount" and "umount" must ;; be setuid-root.