From owner-svn-src-all@FreeBSD.ORG Tue Feb 28 07:35:08 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 64CA3106564A; Tue, 28 Feb 2012 07:35:08 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 3718E8FC1E; Tue, 28 Feb 2012 07:35:08 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q1S7Z8G7057943; Tue, 28 Feb 2012 07:35:08 GMT (envelope-from mm@svn.freebsd.org) Received: (from mm@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q1S7Z8VT057940; Tue, 28 Feb 2012 07:35:08 GMT (envelope-from mm@svn.freebsd.org) Message-Id: <201202280735.q1S7Z8VT057940@svn.freebsd.org> From: Martin Matuska Date: Tue, 28 Feb 2012 07:35:07 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r232247 - in head: share/man/man5 usr.sbin/jail X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2012 07:35:08 -0000 Author: mm Date: Tue Feb 28 07:35:07 2012 New Revision: 232247 URL: http://svn.freebsd.org/changeset/base/232247 Log: mdoc(7) stype - start new sentences on new line MFC after: 1 week Modified: head/share/man/man5/devfs.5 head/usr.sbin/jail/jail.8 Modified: head/share/man/man5/devfs.5 ============================================================================== --- head/share/man/man5/devfs.5 Tue Feb 28 05:23:29 2012 (r232246) +++ head/share/man/man5/devfs.5 Tue Feb 28 07:35:07 2012 (r232247) @@ -103,12 +103,13 @@ The following devfs file system-specific .It Cm ruleset Ns No = Ns Ar ruleset Set ruleset number .Ar ruleset -as the current ruleset for the mount-point and apply all its rules. If the -ruleset number +as the current ruleset for the mount-point and apply all its rules. +If the ruleset number .Ar ruleset does not exist, an empty ruleset with the number .Ar ruleset -is created. See +is created. +See .Xr devfs 8 for more information on working with devfs rulesets. .El Modified: head/usr.sbin/jail/jail.8 ============================================================================== --- head/usr.sbin/jail/jail.8 Tue Feb 28 05:23:29 2012 (r232246) +++ head/usr.sbin/jail/jail.8 Tue Feb 28 07:35:07 2012 (r232247) @@ -303,16 +303,17 @@ If the system securelevel is changed, an least as secure. .It Va devfs_ruleset The number of the devfs ruleset that is enforced for mounting devfs in -this jail. A value of zero (default) means no ruleset is enforced. Descendant -jails inherit the parent jail's devfs ruleset enforcement. Mounting devfs -inside a jail is possible only if the +this jail. +A value of zero (default) means no ruleset is enforced. +Descendant jails inherit the parent jail's devfs ruleset enforcement. +Mounting devfs inside a jail is possible only if the .Va allow.mount and .Va allow.mount.devfs permissions are effective and .Va enforce_statfs -is set to a value lower than 2. Devfs rules and rulesets cannot be viewed or -modified from inside a jail. +is set to a value lower than 2. +Devfs rules and rulesets cannot be viewed or modified from inside a jail. .It Va children.max The number of child jails allowed to be created by this jail (or by other jails under this jail). @@ -415,8 +416,8 @@ This permission is effective only togeth .Va allow.mount and if .Va enforce_statfs -is set to a value lower than 2. Please consider restricting the devfs ruleset -with the +is set to a value lower than 2. +Please consider restricting the devfs ruleset with the .Va devfs_ruleset option. .It Va allow.mount.nullfs @@ -434,7 +435,8 @@ This permission is effective only togeth .Va allow.mount and if .Va enforce_statfs -is set to a value lower than 2. See +is set to a value lower than 2. +See .Xr zfs 8 for information on how to configure the ZFS filesystem to operate from within a jail.