* fuse configuration handling
@ 2017-02-19 18:38 ng0
2017-03-09 11:54 ` Ricardo Wurmus
0 siblings, 1 reply; 2+ messages in thread
From: ng0 @ 2017-02-19 18:38 UTC (permalink / raw)
To: guix-devel
Hi,
after packaging 'sshfs', I tried to mount a partition with the added
option '-o allow_other'.
I loaded the fuse module, and I think that we should have a different
way to handle the fuse configuration, not in /etc/fuse.conf but rather
in some let's call it fuse-service or something, or at least some way to
set the configuration in the system configuration.
ng0@wasp ~> sshfs user@host:/media/pub/ /mnt/pub -C -o allow_other
fusermount: option allow_other only allowed if 'user_allow_other' is set in /etc/fuse.conf
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: fuse configuration handling
2017-02-19 18:38 fuse configuration handling ng0
@ 2017-03-09 11:54 ` Ricardo Wurmus
0 siblings, 0 replies; 2+ messages in thread
From: Ricardo Wurmus @ 2017-03-09 11:54 UTC (permalink / raw)
To: ng0; +Cc: guix-devel
ng0 <contact.ng0@cryptolab.net> writes:
> after packaging 'sshfs', I tried to mount a partition with the added
> option '-o allow_other'.
>
> I loaded the fuse module, and I think that we should have a different
> way to handle the fuse configuration, not in /etc/fuse.conf but rather
> in some let's call it fuse-service or something, or at least some way to
> set the configuration in the system configuration.
>
> ng0@wasp ~> sshfs user@host:/media/pub/ /mnt/pub -C -o allow_other
> fusermount: option allow_other only allowed if 'user_allow_other' is set in /etc/fuse.conf
I don’t have a file “/etc/fuse.conf” on my system although I am using
FUSE.
A configuration file in /etc can be generated by a service.
--
Ricardo
GPG: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC
https://elephly.net
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-03-09 11:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-19 18:38 fuse configuration handling ng0
2017-03-09 11:54 ` Ricardo Wurmus
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).