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>
This commit is contained in:
		
							parent
							
								
									0918c890ac
								
							
						
					
					
						commit
						cbdfa54c77
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -1222,6 +1222,7 @@ deprecated; use 'setuid-program' instead~%"))
 | 
				
			||||||
               (file-append sudo "/bin/sudo")
 | 
					               (file-append sudo "/bin/sudo")
 | 
				
			||||||
               (file-append sudo "/bin/sudoedit")
 | 
					               (file-append sudo "/bin/sudoedit")
 | 
				
			||||||
               (file-append fuse "/bin/fusermount")
 | 
					               (file-append fuse "/bin/fusermount")
 | 
				
			||||||
 | 
					               (file-append fuse-3 "/bin/fusermount3")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
               ;; To allow mounts with the "user" option, "mount" and "umount" must
 | 
					               ;; To allow mounts with the "user" option, "mount" and "umount" must
 | 
				
			||||||
               ;; be setuid-root.
 | 
					               ;; be setuid-root.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue