mirror of
https://github.com/opnsense/src.git
synced 2026-06-03 13:58:30 -04:00
Change the second usb example for ulpt to one describing libusb which would be
more common.
This commit is contained in:
parent
b10fd7e9cc
commit
b90dfaf337
1 changed files with 6 additions and 4 deletions
|
|
@ -100,13 +100,15 @@ The first line declares and starts a new ruleset, with the name
|
|||
.Va localrules
|
||||
and the number 10.
|
||||
.Pp
|
||||
To make all the
|
||||
.Xr ulpt 4
|
||||
devices accessible to their owner and the
|
||||
To give
|
||||
.Xr usbconfig 8
|
||||
and
|
||||
.Xr libusb 3
|
||||
enabled applications permission to all usb devices for their owner and the
|
||||
.Dq Li usb
|
||||
group, a similar rule may be used:
|
||||
.Pp
|
||||
.Dl "add path 'ulpt*' mode 0660 group usb"
|
||||
.Dl "add path 'usb/*' mode 0660 group usb"
|
||||
.Sh SEE ALSO
|
||||
.Xr glob 3 ,
|
||||
.Xr devfs 5 ,
|
||||
|
|
|
|||
Loading…
Reference in a new issue