X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail-lb0-f173.google.com (mail-lb0-f173.google.com [209.85.217.173]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 139A1DC0073 for ; Mon, 9 Feb 2015 07:46:24 +0000 (UTC) Received: by mail-lb0-f173.google.com with SMTP id n10so964001lbv.4 for ; Sun, 08 Feb 2015 23:46:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=KQC+gCWGlzBcG8tEhn7beUvc6xGAiBqjJhbY+nkttBk=; b=zcSXOmoh5+ASWyv45j2v3KtATk/bb2ugQZz0cYrWpcv7Qs0jYQg41dEXdX6sSYUmyF Ik+EiuAIVB8gCQt4ESsr6kufjjz+0GTs1YSiav1zaHELAX3NTDPF3wNBx3hsLH/y/7Od rjFw5a+ftOHHyNMynSjS8eGZ0FetfwLJHM8pb+DASaGqOq6u/c9ljSAwFKVcL8R0cFbH rw7wPKj6bG8F3gJbs/COQxNobEVeaYddwyOyW4j05NhsfyAXkmSB2StLs63s8zy6atqW BFMZKJigtAeoMVFvV/WfHcYZlfEp2UNYKu0NWBCM3R/0iq2sANOYwom4hwHXZJv+uQhd Qz5w== X-Received: by 10.112.148.34 with SMTP id tp2mr14887411lbb.94.1423467983257; Sun, 08 Feb 2015 23:46:23 -0800 (PST) Received: from vostro ([2001:1bc8:101:f402:21a:9fff:fe0c:4022]) by mx.google.com with ESMTPSA id c7sm219869laa.7.2015.02.08.23.46.23 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 08 Feb 2015 23:46:23 -0800 (PST) Sender: =?UTF-8?Q?Timo_Ter=C3=A4s?= Date: Mon, 9 Feb 2015 09:45:54 +0200 From: Timo Teras To: Chris Brannon Cc: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] fuse filesystems, non-root users, and grsecurity Message-ID: <20150209094554.593b69eb@vostro> In-Reply-To: <87fvajsia3.fsf@mushroom.localdomain> References: <87fvajsia3.fsf@mushroom.localdomain> X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.25; x86_64-alpine-linux-musl) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Thu, 05 Feb 2015 21:47:32 -0800 Chris Brannon wrote: > Yesterday, I was trying to mount an sshfs filesystem with my regular > user account, and I kept getting an error message saying: "bad > mountpoint, permission denied". > After lots of searching, I was still dumbfounded, until I had a flash > of inspiration. I added my user to the readproc group, and voila, my > problem went away after logging out and logging in to refresh my > groups. Is there a better solution? It seems counterintuitive that I > should have to be in the readproc group just to use sshfs. Thanks for the bug report. I added a patch that should fix this. True new fuse package available in 'edge'. See also: http://git.alpinelinux.org/cgit/aports/commit/main/fuse?id=b5d81e456487d4dbfbdf0d07ae6ca5cf3f59d186 http://www.openwall.com/lists/musl/2015/02/07/1 http://sourceforge.net/p/fuse/mailman/message/33378384/ Thanks, Timo --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---