Date: Fri, 05 Jan 2018 10:19:41 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-doc@FreeBSD.org Subject: [Bug 224928] [PATCH] Virtualbox host chapter lost necessary information between updates Message-ID: <bug-224928-9@https.bugs.freebsd.org/bugzilla/>
index | next in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224928 Bug ID: 224928 Summary: [PATCH] Virtualbox host chapter lost necessary information between updates Product: Documentation Version: Latest Hardware: Any OS: Any Status: New Keywords: patch Severity: Affects Only Me Priority: --- Component: Documentation Assignee: freebsd-doc@FreeBSD.org Reporter: madpilot@FreeBSD.org Keywords: patch Created attachment 189437 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=189437&action=edit Add back text removed in r49599 The virtualbox chapter lost some information in section "21.6.2. VirtualBox™ USB Support". It tells user to put themselves in the "operator" group, but that's not enough since by default USB devices are set with 0600 permission: > ll /dev/usb/ total 0 crw------- 1 root operator 0x2b Jan 5 10:48 0.1.0 crw------- 1 root operator 0x36 Jan 5 10:48 0.1.1 For this to work they also need to set a specific devfs rule. For context the handbook actually had the correct information up to r49599, when the whole part was removed. When the chapter was added back again in r50613 only the pw part was added back and not the devfs.rules one, but it's still needed to get a working setup. Attached patch adds back text from before r49599. -- You are receiving this mail because: You are the assignee for the bug.help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-224928-9>
