From owner-freebsd-geom@FreeBSD.ORG Wed Oct 13 18:48:21 2010 Return-Path: Delivered-To: freebsd-geom@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EAC5D106564A for ; Wed, 13 Oct 2010 18:48:21 +0000 (UTC) (envelope-from jh@FreeBSD.org) Received: from gw01.mail.saunalahti.fi (gw01.mail.saunalahti.fi [195.197.172.115]) by mx1.freebsd.org (Postfix) with ESMTP id A4A378FC08 for ; Wed, 13 Oct 2010 18:48:21 +0000 (UTC) Received: from a91-153-123-205.elisa-laajakaista.fi (a91-153-123-205.elisa-laajakaista.fi [91.153.123.205]) by gw01.mail.saunalahti.fi (Postfix) with SMTP id B0F8A1515CB; Wed, 13 Oct 2010 21:48:18 +0300 (EEST) Date: Wed, 13 Oct 2010 21:48:17 +0300 From: Jaakko Heinonen To: Kostik Belousov Message-ID: <20101013184817.GB1988@a91-153-123-205.elisa-laajakaista.fi> References: <20101007180657.GA1383@a91-153-123-205.elisa-laajakaista.fi> <20101013085025.GB54686@jh> <20101013143332.GC2392@deviant.kiev.zoral.com.ua> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20101013143332.GC2392@deviant.kiev.zoral.com.ua> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-geom@freebsd.org Subject: Re: HEADS UP: device name checking on device registration X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2010 18:48:22 -0000 On 2010-10-13, Kostik Belousov wrote: > You might consider creating some well-controlled name instead of failed > one, and printing a diagnostic describing what happen. Couldn't this cause a security problem or POLA violation with devfs rules? Name based rules may be used to hide devices or change device permissions. -- Jaakko