Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sun, 14 Oct 2001 12:22:44 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sun, 14 Oct 2001 12:22:35 -0400 Received: from twilight.cs.hut.fi ([130.233.40.5]:26003 "EHLO twilight.cs.hut.fi") by vger.kernel.org with ESMTP id ; Sun, 14 Oct 2001 12:22:31 -0400 Date: Sun, 14 Oct 2001 19:22:58 +0300 From: Ville Herva To: Alexander Viro Cc: linux-kernel@vger.kernel.org Subject: Re: mount --bind and -o [re: nosuid/noexec/nodev handling] Message-ID: <20011014192258.R1074@niksula.cs.hut.fi> In-Reply-To: <20011014185908.P1074@niksula.cs.hut.fi> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5i In-Reply-To: ; from viro@math.psu.edu on Sun, Oct 14, 2001 at 12:06:02PM -0400 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Oct 14, 2001 at 12:06:02PM -0400, you [Alexander Viro] claimed: > > > On Sun, 14 Oct 2001, Ville Herva wrote: > > > Ummh, is there a reason for this behaviour? > > > > $ mount --bind -o noexec /bin /home/sftp/bin > > Broken - mount --bind ignores flags. Create a binding, then remount it. > IOW, two mount(2) calls are needed. FYI, this causes the last mount process to hang in D state (kill -KILL does not affect it): $ mount --bind -o nosuid,noexec,ro /bin /tmp/test $?mount --bind -o nosuid,noexec,ro /bin /tmp/test $ mount --bind -o remount,nosuid,noexec,ro /tmp/test This is 2.4.10-ac10. -- v -- v@iki.fi - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/