svn commit: r52161 - head/en_US.ISO8859-1/books/handbook/virtualization
Sevan Janiyan <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
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
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "[email protected]"