From mboxrd@z Thu Jan 1 00:00:00 1970 From: ng0 Subject: fuse configuration handling Date: Sun, 19 Feb 2017 18:38:19 +0000 Message-ID: <20170219183819.olbmcszithqlez5h@wasp> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46865) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cfWLQ-0002Xz-W6 for guix-devel@gnu.org; Sun, 19 Feb 2017 13:36:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cfWLN-0004ud-Te for guix-devel@gnu.org; Sun, 19 Feb 2017 13:36:25 -0500 Received: from perdizione.investici.org ([2001:41d0:2:33d0::19]:30968) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cfWLN-0004uE-KR for guix-devel@gnu.org; Sun, 19 Feb 2017 13:36:21 -0500 Received: from [94.23.50.208] (perdizione [94.23.50.208]) (Authenticated sender: niasterisk@grrlz.net) by localhost (Postfix) with ESMTPSA id 7435C1211C5 for ; Sun, 19 Feb 2017 18:36:19 +0000 (UTC) Content-Disposition: inline List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org 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