From owner-svn-doc-head@FreeBSD.ORG Tue Apr 1 17:27:12 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org 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 52A91502; Tue, 1 Apr 2014 17:27:12 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (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 3EA721F1; Tue, 1 Apr 2014 17:27:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s31HRC4D090155; Tue, 1 Apr 2014 17:27:12 GMT (envelope-from wblock@svn.freebsd.org) Received: (from wblock@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s31HRCV4090154; Tue, 1 Apr 2014 17:27:12 GMT (envelope-from wblock@svn.freebsd.org) Message-Id: <201404011727.s31HRCV4090154@svn.freebsd.org> From: Warren Block Date: Tue, 1 Apr 2014 17:27:12 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r44406 - head/en_US.ISO8859-1/books/handbook/virtualization X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Apr 2014 17:27:12 -0000 Author: wblock Date: Tue Apr 1 17:27:11 2014 New Revision: 44406 URL: http://svnweb.freebsd.org/changeset/doc/44406 Log: Correct permissions shown for host DVD/CD pass-through. PR: docs/188176 Submitted by: Tom Hoffmann Modified: head/en_US.ISO8859-1/books/handbook/virtualization/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/virtualization/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/virtualization/chapter.xml Tue Apr 1 10:06:02 2014 (r44405) +++ head/en_US.ISO8859-1/books/handbook/virtualization/chapter.xml Tue Apr 1 17:27:11 2014 (r44406) @@ -1247,10 +1247,10 @@ add path 'usb/*' mode 0660 group operato and /dev/passN. This is usually achieved by making the user a member of operator. Permissions to these devices - have to be corrected by adding the following lines to + have to be corrected by adding these lines to /etc/devfs.conf: - perm cd* 0600 + perm cd* 0660 perm xpt0 0660 perm pass* 0660