Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Aug 2018 14:57:40 +0000 (UTC)
From:      Sevan Janiyan <sevan@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r52161 - head/en_US.ISO8859-1/books/handbook/virtualization
Message-ID:  <201808191457.w7JEve8q069878@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sevan
Date: Sun Aug 19 14:57:39 2018
New Revision: 52161
URL: https://svnweb.freebsd.org/changeset/doc/52161

Log:
  Re-add instructions for USB devfs rules.
  
  PR:		224928
  Submitted by:	madpilot
  Approved by:	bcr
  Differential Revision:	https://reviews.freebsd.org/D16681

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	Sun Aug 19 12:15:31 2018	(r52160)
+++ head/en_US.ISO8859-1/books/handbook/virtualization/chapter.xml	Sun Aug 19 14:57:39 2018	(r52161)
@@ -934,6 +934,22 @@ perm    vboxnetctl 0660</programlisting>
 
       <screen>&prompt.root; <userinput>pw groupmod operator -m <replaceable>yourusername</replaceable></userinput></screen>
 
+      <para>Then, add the following to
+       <filename>/etc/devfs.rules</filename>, or create this file if
+       it does not exist yet:</para>
+
+      <programlisting>[system=10]
+add path 'usb/*' mode 0660 group operator</programlisting>
+
+      <para>To load these new rules, add the following to
+       <filename>/etc/rc.conf</filename>:</para>
+
+      <programlisting>devfs_system_ruleset="system"</programlisting>
+
+      <para>Then, restart devfs:</para>
+
+      <screen>&prompt.root; <userinput>service devfs restart</userinput></screen>
+
       <para>Restart the login session and
 	<application>&virtualbox;</application> for these changes to
 	take effect, and create <acronym>USB</acronym> filters as



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808191457.w7JEve8q069878>