svn commit: r44406 - head/en_US.ISO8859-1/books/handbook/virtualization

Warren Block wblock at FreeBSD.org
Tue Apr 1 17:27:12 UTC 2014


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 <trh411 at gmail.com>

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 <filename>/dev/pass<replaceable>N</replaceable></filename>.
 	This is usually achieved by making the user a member of
 	<systemitem class="groupname">operator</systemitem>.  Permissions to these devices
-	have to be corrected by adding the following lines to
+	have to be corrected by adding these lines to
 	<filename>/etc/devfs.conf</filename>:</para>
 
-      <programlisting>perm cd* 0600
+      <programlisting>perm cd* 0660
 perm xpt0 0660
 perm pass* 0660</programlisting>
 


More information about the svn-doc-head mailing list