File: usbip-document-tcp-wrappers.patch

package info (click to toggle)
linux 6.18~rc4-1~exp2
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 1,743,132 kB
  • sloc: ansic: 26,777,890; asm: 272,070; sh: 150,081; python: 79,220; makefile: 57,737; perl: 36,527; xml: 19,542; cpp: 5,911; yacc: 4,939; lex: 2,950; awk: 1,607; sed: 30; ruby: 25
file content (29 lines) | stat: -rw-r--r-- 861 bytes parent folder | download | duplicates (35)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
From: Ben Hutchings <ben@decadent.org.uk>
Date: Sun, 24 Jun 2012 02:51:39 +0100
Subject: usbip: Document TCP wrappers
Forwarded: no

Add references to TCP wrappers configuration in the manual page.

--- a/tools/usb/usbip/doc/usbipd.8
+++ b/tools/usb/usbip/doc/usbipd.8
@@ -14,7 +14,8 @@ Devices have to explicitly be exported u
 before usbipd makes them available to other hosts.
 
 The daemon accepts connections from USB/IP clients
-on TCP port 3240 by default.
+on TCP port 3240 by default.  The clients authorised to connect may be
+configured as documented in hosts_access(5).
 
 .SH OPTIONS
 .HP
@@ -69,7 +70,8 @@ Show version.
 
 .B usbipd
 offers no authentication or authorization for USB/IP. Any
-USB/IP client can connect and use exported devices.
+USB/IP client running on an authorised host can connect and
+use exported devices.
 
 .SH EXAMPLES