HP Remote Graphics Software (RGS) Instrukcja Użytkownika Strona 70

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
Przeglądanie stron 69
Remote USB Access Control List
RGS supports a per-remote computer Access Control List (ACL) file that specifies which USB devices are
allowed to be remotely attached to the remote computer from a local computer, and which USB devices are
denied attachment. The ACL file, which resides on the remote computer, supports allowing/denying USB
device attachments based on the following nine USB descriptor fields:
1. Device Class
2. Device Subclass
3. Device Protocol
4. Vendor ID
5. Product ID
6. Device BCD
7. Manufacturer
8. Product Type
9. Serial Number
USB device mounting can also be allowed/denied based on the following two parameters:
1. IP address of the local computer
2. The domain group of the local user
The ACL file supports two rule types: “allow” and “deny.” The rules are evaluated by the remote computer for
each USB connection request from a local computer as follows:
If any rule indicates the USB connection should be denied, the connection is denied, regardless of any
other rule.
If any rule indicates the USB connection should be allowed, and if there are no rules that deny the
connection, the connection is allowed.
If no rules match at all, the connection is denied.
Therefore, a deny rule takes precedence over an allow rule. The ACL file is implemented as an Extensible
Markup Language (XML) file. The ACL schema file is located at:
C:\Program Files\Hewlett-Packard\Remote Graphics Sender\hprUsbAcl.xsd
For backwards compatibility, the following default ACL file (installed during RGS Sender installation) allows
all USB connections to be made:
C:\Program Files\Hewlett-Packard\Remote Graphics Sender
\hprDefaultUsbAcl.xml
The names for these files can be changed using the properties described in
RGS Sender properties
on page 91. The default ACL file contains the following contents, which allows all USB connections to be
made:
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?> <hprUsbAcl>
rule type="allow"> <name>Allow all USB devices (HP default)</name> </
rule> </ruleset> </hprUsbAcl>
The following example ACL file denies all Remote USB attachment requests:
<hprUsbAcl> <ruleset> <rule type="deny"/> </ruleset> </hprUsbAcl>
58 Chapter 8 Advanced RGS features
Przeglądanie stron 69
1 2 ... 65 66 67 68 69 70 71 72 73 74 75 ... 121 122

Komentarze do niniejszej Instrukcji

Brak uwag