From owner-freebsd-bugs@FreeBSD.ORG Fri Apr 18 10:20:00 2014 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ED1BB282 for ; Fri, 18 Apr 2014 10:20:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B0E801D66 for ; Fri, 18 Apr 2014 10:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3IAK0Yf090446 for ; Fri, 18 Apr 2014 10:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3IAK0Tx090436; Fri, 18 Apr 2014 10:20:00 GMT (envelope-from gnats) Resent-Date: Fri, 18 Apr 2014 10:20:00 GMT Resent-Message-Id: <201404181020.s3IAK0Tx090436@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, poboxer Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 19A0127C for ; Fri, 18 Apr 2014 10:19:23 +0000 (UTC) Received: from cgiserv.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 077821D60 for ; Fri, 18 Apr 2014 10:19:23 +0000 (UTC) Received: from cgiserv.freebsd.org ([127.0.1.6]) by cgiserv.freebsd.org (8.14.8/8.14.8) with ESMTP id s3IAJMfO055229 for ; Fri, 18 Apr 2014 10:19:22 GMT (envelope-from nobody@cgiserv.freebsd.org) Received: (from nobody@localhost) by cgiserv.freebsd.org (8.14.8/8.14.8/Submit) id s3IAJMKs055223; Fri, 18 Apr 2014 10:19:22 GMT (envelope-from nobody) Message-Id: <201404181019.s3IAJMKs055223@cgiserv.freebsd.org> Date: Fri, 18 Apr 2014 10:19:22 GMT From: poboxer To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: misc/188753: mount devfs ruleset ignored X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Apr 2014 10:20:01 -0000 >Number: 188753 >Category: misc >Synopsis: mount devfs ruleset ignored >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Apr 18 10:20:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: poboxer >Release: 10 >Organization: bug farm >Environment: FreeBSD censored.com 10.0-RELEASE-p1 FreeBSD 10.0-RELEASE-p1 #0: Tue Apr 8 06:45:06 UTC 2014 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Problem discovered while using jails on FreeBSD 10. It appears that ruleset is ignored while mounting exposing most of host's /dev/. [root@host]# tail -n4 /etc/defaults/devfs.rules # Devices usually found in a jail. # [devfsrules_jail=4] add include $devfsrules_hide_all [root@host]# mount -t devfs -o ruleset=4 devfs /mnt/test [root@host]# ls -l /mnt/test | wc -l 95 >How-To-Repeat: # mount devfs using ruleset 4 from /etc/defaults/devfs.rules mount -t devfs -o ruleset=4 devfs /mnt/test # check ls -l /mnt/test >Fix: >Release-Note: >Audit-Trail: >Unformatted: