From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#21142: Sshfs-fuse requires fuse Date: Sun, 29 Nov 2015 15:58:04 +0100 Message-ID: <87k2p0luo3.fsf@gnu.org> References: <20150727150532.GA18963@debian> <87wpxk2wjh.fsf@netris.org> <87si3pm4tm.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33784) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a33RS-000530-FX for bug-guix@gnu.org; Sun, 29 Nov 2015 09:59:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a33RO-000505-EU for bug-guix@gnu.org; Sun, 29 Nov 2015 09:59:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:41617) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a33RO-0004zr-BT for bug-guix@gnu.org; Sun, 29 Nov 2015 09:59:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1a33RO-0005a7-3N for bug-guix@gnu.org; Sun, 29 Nov 2015 09:59:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: ("Claes Wallin \=\?utf-8\?B\?KOmfi+WYieiqoCkiJ3M\=\?\= message of "Sun, 29 Nov 2015 12:52:26 +0100") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: "Claes Wallin (=?UTF-8?Q?=E9=9F=8B=E5=98=89=E8=AA=A0?=)" Cc: 21142@debbugs.gnu.org "Claes Wallin (=E9=9F=8B=E5=98=89=E8=AA=A0)" skribis: > On 29-Nov-2015 12:19 pm, "Ludovic Court=C3=A8s" wrote: > >> However, we explicitly patch it because in practice the =E2=80=98fusermo= unt=E2=80=99 >> binary must be at least set-user-gid to fuse, per mount.fuse(8): > [ . . . ] >> On GuixSD, this is addressed by having =E2=80=98fusermount=E2=80=99 setu= id-root in >> /run/setuid-programs, so things just work. >> >> On foreign distros, there=E2=80=99s not much we can do: Users have to se= t add a >> setuid =E2=80=98fusermount=E2=80=99 in their PATH. >> >> Closing this bug as =E2=80=9Cwontfix.=E2=80=9D > > Ok, that's pretty clear then. Is this clear somewhere in the documentatio= n? > Otherwise I suppose we should fix that. Regarding foreign distros, I suppose we could add a paragraph about FUSE under =E2=80=9CApplication Setup=E2=80=9D? Would you like to submit a patc= h against guix.texi? Thanks, Ludo=E2=80=99.