HP ProLiant xw2x220c Remote Graphics Software 5.2.5 User Guide - Page 109

Remote USB Access Control List

Page 109 highlights

6-3-4 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: 10. IP address of the Local Computer 11. 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 XML (Extensible Markup Language) 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 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 Section 8-6-5, "USB access control list properties." The default ACL file contains the following contents, which allows all USB connections to be made: Allow all USB devices (HP default) The following example ACL file denies all remote USB attachment requests: Advanced capabilities 109

  • 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
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160
  • 161
  • 162
  • 163
  • 164
  • 165
  • 166
  • 167
  • 168
  • 169
  • 170
  • 171
  • 172
  • 173
  • 174
  • 175
  • 176
  • 177
  • 178
  • 179
  • 180
  • 181
  • 182
  • 183
  • 184
  • 185
  • 186
  • 187
  • 188
  • 189
  • 190
  • 191

Advanced capabilities 109
6-3-4 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:
10.
IP address of the Local Computer
11.
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 XML (Extensible
Markup Language) 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 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 Section 8-6-5, “
USB access control list
properties
.” 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>
<ruleset>
<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>