guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: system: Add fusermount3 to setuid-programs.


From: guix-commits
Subject: branch master updated: gnu: system: Add fusermount3 to setuid-programs.
Date: Thu, 14 Jul 2022 16:05:09 -0400

This is an automated email from the git hooks/post-receive script.

apteryx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new cbdfa54c77 gnu: system: Add fusermount3 to setuid-programs.
cbdfa54c77 is described below

commit cbdfa54c7787379c1cce6631acf906b670da8997
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Jul 14 13:49:43 2022 -0400

    gnu: system: Add fusermount3 to setuid-programs.
    
    Fixes <https://issues.guix.gnu.org/47716>.
    
    * gnu/system.scm (%setuid-programs): Add /bin/fusermount3 from the fuse-3
    package.
    
    Reported-by: raingloom <raingloom@riseup.net>
---
 gnu/system.scm | 1 +
 1 file changed, 1 insertion(+)

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]