mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
system: Fix a blown FUSE.
I bungled up a merge conflict between 789f7e9 (gnu: fuse@3: Bind to
default FUSE variable.) and my other setuid-related changes.
* gnu/system.scm (%setuid-programs): Look for /bin/fusermount in
FUSE-2, not 3.
Reported by renngar[m] in #guix.
This commit is contained in:
@@ -1243,7 +1243,7 @@ deprecated; use 'setuid-program' instead~%"))
|
||||
(file-append inetutils "/bin/ping6")
|
||||
(file-append sudo "/bin/sudo")
|
||||
(file-append sudo "/bin/sudoedit")
|
||||
(file-append fuse "/bin/fusermount")
|
||||
(file-append fuse-2 "/bin/fusermount")
|
||||
(file-append fuse "/bin/fusermount3")
|
||||
|
||||
;; To allow mounts with the "user" option, "mount" and "umount" must
|
||||
|
||||
Reference in New Issue
Block a user