From owner-freebsd-net@FreeBSD.ORG Thu Feb 7 18:40:04 2008 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5F95B16A52D for ; Thu, 7 Feb 2008 18:40:04 +0000 (UTC) (envelope-from rea-fbsd@codelabs.ru) Received: from 0.mx.codelabs.ru (0.mx.codelabs.ru [144.206.177.45]) by mx1.freebsd.org (Postfix) with ESMTP id 1072413C4EF for ; Thu, 7 Feb 2008 18:40:03 +0000 (UTC) (envelope-from rea-fbsd@codelabs.ru) DomainKey-Signature: a=rsa-sha1; q=dns; c=simple; s=one; d=codelabs.ru; h=Received:Date:From:To:Cc:Message-ID:References:MIME-Version:Content-Type:Content-Disposition:In-Reply-To:Sender:X-Spam-Status:Subject; b=NypUTm9fWfTwWzt45ADZoUWg39Jc4E1wg3bsbrc9KllLat1t8PvrrPKJlNeNh3mU+67s7w/2Z215c2Vu3q6E2QEtvspDSpjQ3//Wgi1SzQ1qRjbq38KOg4Lh+pv1vkxk5TOt8NlSVd85I4JMwgA2dWPYr/fzqF3v7H5tsj/QDNA=; Received: from void.codelabs.ru (void.codelabs.ru [144.206.177.25]) by 0.mx.codelabs.ru with esmtpsa (TLSv1:AES256-SHA:256) id 1JNBfF-000BPX-KP; Thu, 07 Feb 2008 21:40:01 +0300 Date: Thu, 7 Feb 2008 21:40:00 +0300 From: Eygene Ryabinkin To: lysergius2001 Message-ID: <+Oslp5zezDUHSfXCT9N9C5qGZIo@4emqrsZRSNlbYTMRNETK7AEirXc> References: <47A75562.7010101@FreeBSD.org> <20080207001031.GY7399@funkthat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: Sender: rea-fbsd@codelabs.ru X-Spam-Status: No, score=-1.8 required=4.0 tests=ALL_TRUSTED,AWL,BAYES_50 Cc: freebsd-net@freebsd.org, John-Mark Gurney , "Bruce M. Simpson" Subject: Re: modifying permissions in /dev X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Feb 2008 18:40:04 -0000 Good day. Thu, Feb 07, 2008 at 06:33:30PM +0000, lysergius2001 wrote: > Ah! That helps. Still cannot mount floppy except as root? Set vfs.usermount=1 in /etc/sysctl.conf and restart sysctl via '/etc/rc.d/sysctl restart'. But be aware of security implications: anyone will be able to mount devices that are opened to him/her via filesystem permissions. -- Eygene