This file is indexed.

/usr/lib/pcsc/drivers/ifd-acsccid.bundle/Contents/Info.plist is in libacsccid1 1.0.8-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  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
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>CFBundleDevelopmentRegion</key>
	<string>English</string>
	<key>CFBundleExecutable</key>
	<string>ifd-acsccid.bundle</string>
	<key>CFBundleIdentifier</key>
	<string>hk.com.acs.ccid</string>
	<key>CFBundleInfoDictionaryVersion</key>
	<string>6.0</string>
	<key>CFBundlePackageType</key>
	<string>BNDL</string>
	<key>CFBundleShortVersionString</key>
	<string>1.0.8</string>
	<key>CFBundleSignature</key>
	<string>????</string>
	<key>CFBundleVersion</key>
	<string>0.0.1d1</string>
	<key>ifdCapabilities</key>
	<string>0x00000000</string>

	<!-- Possible values for ifdCapabilities bits
	1: IFD_GENERATE_HOTPLUG
	   plugging the reader calls pcscd \-\-hotplug

	Default value is 0x00000000
	-->

	<key>ifdProtocolSupport</key>
	<string>0x00000001</string>
	<key>ifdVersionNumber</key>
	<string>0x00000001</string>

	<key>ifdLogLevel</key>
	<string>0x0003</string>

	<!-- Possible values for ifdLogLevel
	1: CRITICAL  important error messages
	2: INFO      informative messages like what reader was detected
	4: COMM      a dump of all the bytes exchanged between the host and
	             the reader
	8: PERIODIC  periodic info when pcscd test if a card is present
	             (every 1/10 of a second)

	The final value is a OR of these values

	Default value: 3 (CRITICAL + INFO)
	-->

	<key>ifdDriverOptions</key>
	<string>0x00C0</string>

	<!-- Possible values for ifdDriverOptions
	1: DRIVER_OPTION_CCID_EXCHANGE_AUTHORIZED
		the CCID Exchange command is allowed. You can use it through
		SCardControl(hCard, IOCTL_SMARTCARD_VENDOR_IFD_EXCHANGE, ...)

	2: DRIVER_OPTION_GEMPC_TWIN_KEY_APDU
		If set the GemPC Twin and GemPC Key readers with be configured
		so that the T=1 TPDU protocol is done by the firmware instead of
		the driver.
		This switches the reader in APDU mode and also in EMV mode so
		may not work with non EMV cards.

	4: DRIVER_OPTION_USE_BOGUS_FIRMWARE
		Some reader firmwares have bugs. By default the driver refuses
		to work with such firmware versions. If your reader is rejected
		because of the firmware (log message: "Firmware (x.y) is
		bogus!") you can:
		- upgrade your reader firmware (not all readers can do that)
		or
		- get another reader with a new/bugfree firmware
		or
		- activate this option but you will have problems depending on
		  the bug

	8: DRIVER_OPTION_RESET_ON_CLOSE
		This option may be required on Linux 2.4 so that the
		device reset if sequencial (bSeq) counter and can be
		reused if pcscd restart. Otherwise the reader needs to
		be unplugged/replugged.

	bits 4 & 5: (values 0, 16, 32, 48)
	  0: power on the card at 5V (default value)
	 16: power on the card at 3V and then, it 3V fails use 5V
	 32: power on the card at 1.8V, then 3V and then 5V
	 48: let the reader decide

	0x40: DRIVER_OPTION_REMOVE_PUPI_FROM_ATR
		Remove PUPI from ATR if ISO 14443-B card is detected (ACR85/ACR1222).

	0x80: DRIVER_OPTION_DISABLE_PICC
		Disable PICC if ICC is inserted (ACR85/ACR1222).

	Default value: 0
	-->

	<key>ifdACR38CardVoltage</key>
	<string>0</string>

	<!-- Possible values for ifdACR38CardVoltage
	Card voltage selection for ACR38U, ACR38U-SAM and SCR21U readers

	0: Auto Detection
	1: 5V Card
	2: 3V Card
	3: 1.8V Card

	Default value: 0
	-->

	<key>ifdACR38CardType</key>
	<string>0</string>

	<!-- Possible values for ifdACR38CardType
	Card type selection for ACR38U, ACR38U-SAM and SCR21U readers
	 0: MCU

	 1: IIC (Auto Detect Memory Size)
		This value is not supported.

	 2: IIC (1K)
	 3: IIC (2K)
	 4: IIC (4K)
	 5: IIC (8K)
	 6: IIC (16K)
	 7: IIC (32K)
	 8: IIC (64K)
	 9: IIC (128K)
	10: IIC (256K)
	11: IIC (512K)
	12: IIC (1024K)
	13: AT88SC153
	14: AT88SC1608
	15: SLE4418
	16: SLE4428
	17: SLE4432
	18: SLE4442

	19: SLE4406
	20: SLE4436
	21: SLE5536
		These values are not supported in ACR38U-SAM and SCR21U readers.

	22: MCUT0
	23: MCUT1

	24: Auto Detection
		This value is not supported.

	Default value: 0
	-->

	<key>CFBundleExecutable</key>
	<string>libacsccid.so</string>

	<key>ifdManufacturerString</key>
	<string>Advanced Card Systems Ltd.</string>

	<key>ifdProductString</key>
	<string>ACS CCID driver</string>

	<key>ifdVendorID</key>
	<array>
		<string>0x072f</string>
		<string>0x072f</string>
		<string>0x072f</string>
		<string>0x072f</string>
		<string>0x072f</string>
		<string>0x072f</string>
		<string>0x072f</string>
		<string>0x072f</string>
		<string>0x072f</string>
		<string>0x072f</string>
		<string>0x072f</string>
		<string>0x072f</string>
		<string>0x072f</string>
		<string>0x072f</string>
		<string>0x072f</string>
		<string>0x072f</string>
		<string>0x072f</string>
		<string>0x072f</string>
		<string>0x072f</string>
		<string>0x072f</string>
		<string>0x072f</string>
		<string>0x072f</string>
		<string>0x072f</string>
		<string>0x072f</string>
		<string>0x072f</string>
		<string>0x072f</string>
		<string>0x072f</string>
		<string>0x072f</string>
		<string>0x072f</string>
		<string>0x072f</string>
		<string>0x072f</string>
		<string>0x072f</string>
		<string>0x072f</string>
		<string>0x072f</string>
		<string>0x072f</string>
		<string>0x072f</string>
		<string>0x072f</string>
		<string>0x072f</string>
		<string>0x072f</string>
		<string>0x072f</string>
		<string>0x072f</string>
		<string>0x072f</string>
		<string>0x072f</string>
		<string>0x072f</string>
		<string>0x072f</string>
		<string>0x072f</string>
		<string>0x072f</string>
		<string>0x072f</string>
		<string>0x072f</string>
		<string>0x072f</string>
		<string>0x072f</string>
		<string>0x072f</string>
		<string>0x072f</string>
		<string>0x072f</string>
		<string>0x072f</string>
		<string>0x072f</string>
		<string>0x072f</string>
		<string>0x072f</string>
		<string>0x072f</string>
		<string>0x072f</string>
		<string>0x072f</string>
		<string>0x072f</string>
		<string>0x072f</string>
		<string>0x072f</string>
		<string>0x072f</string>
		<string>0x072f</string>
		<string>0x072f</string>
		<string>0x072f</string>
		<string>0x072f</string>
		<string>0x072f</string>
		<string>0x072f</string>
		<string>0x072f</string>
		<string>0x072f</string>
		<string>0x072f</string>
	</array>

	<key>ifdProductID</key>
	<array>
		<string>0xb301</string>
		<string>0x8300</string>
		<string>0x8302</string>
		<string>0x8307</string>
		<string>0x8301</string>
		<string>0x90cc</string>
		<string>0x90d8</string>
		<string>0xb100</string>
		<string>0xb101</string>
		<string>0xb102</string>
		<string>0xb103</string>
		<string>0xb104</string>
		<string>0xb000</string>
		<string>0x90d2</string>
		<string>0x8306</string>
		<string>0x2011</string>
		<string>0x8900</string>
		<string>0x8901</string>
		<string>0x8902</string>
		<string>0x1205</string>
		<string>0x1204</string>
		<string>0x1206</string>
		<string>0x2200</string>
		<string>0x2214</string>
		<string>0x1280</string>
		<string>0x2207</string>
		<string>0x222b</string>
		<string>0x2206</string>
		<string>0x222e</string>
		<string>0x2237</string>
		<string>0x2219</string>
		<string>0x2203</string>
		<string>0x221a</string>
		<string>0x2229</string>
		<string>0x222d</string>
		<string>0x2218</string>
		<string>0x221b</string>
		<string>0x2232</string>
		<string>0x2242</string>
		<string>0x223b</string>
		<string>0x223e</string>
		<string>0x223d</string>
		<string>0x2244</string>
		<string>0x2239</string>
		<string>0x2211</string>
		<string>0x2100</string>
		<string>0x2224</string>
		<string>0x220f</string>
		<string>0x2223</string>
		<string>0x2208</string>
		<string>0x0901</string>
		<string>0x220a</string>
		<string>0x2215</string>
		<string>0x2220</string>
		<string>0x2233</string>
		<string>0x2234</string>
		<string>0x2235</string>
		<string>0x2236</string>
		<string>0x2213</string>
		<string>0x222c</string>
		<string>0x220c</string>
		<string>0x0102</string>
		<string>0x0103</string>
		<string>0x0100</string>
		<string>0x8201</string>
		<string>0x8202</string>
		<string>0x90db</string>
		<string>0xb200</string>
		<string>0xb106</string>
		<string>0x9000</string>
		<string>0x90cf</string>
		<string>0x0101</string>
		<string>0x9006</string>
		<string>0x90ce</string>
	</array>

	<key>ifdFriendlyName</key>
	<array>
		<string>ACS ACR32 ICC Reader</string>
		<string>ACS ACR33U-A1 3SAM ICC Reader</string>
		<string>ACS ACR33U-A2 3SAM ICC Reader</string>
		<string>ACS ACR33U-A3 3SAM ICC Reader</string>
		<string>ACS ACR33U 4SAM ICC Reader</string>
		<string>ACS ACR38U-CCID</string>
		<string>ACS ACR3801</string>
		<string>ACS ACR39U ICC Reader</string>
		<string>ACS ACR39K ICC Reader</string>
		<string>ACS ACR39T ICC Reader</string>
		<string>ACS ACR39F ICC Reader</string>
		<string>ACS ACR39U-SAM ICC Reader</string>
		<string>ACS ACR3901U ICC Reader</string>
		<string>ACS ACR83U</string>
		<string>ACS ACR85 PINPad Reader</string>
		<string>ACS ACR88U</string>
		<string>ACS ACR89 ICC Reader</string>
		<string>ACS ACR89 Dual Reader</string>
		<string>ACS ACR89 FP Reader</string>
		<string>ACS ACR100 ICC Reader</string>
		<string>ACS ACR101 ICC Reader</string>
		<string>ACS ACR102 ICC Reader</string>
		<string>ACS ACR122U</string>
		<string>ACS ACR1222 1SAM PICC Reader</string>
		<string>ACS ACR1222 1SAM Dual Reader</string>
		<string>ACS ACR1222 Dual Reader</string>
		<string>ACS ACR1222 1SAM PICC Reader</string>
		<string>ACS ACR1222 3S PICC Reader</string>
		<string>ACS ACR123 3S Reader</string>
		<string>ACS ACR123 PICC Reader</string>
		<string>ACS ACR123US_BL</string>
		<string>ACS ACR125 nPA plus</string>
		<string>ACS ACR1251 1S CL Reader</string>
		<string>ACS ACR1251 CL Reader</string>
		<string>ACS ACR122U</string>
		<string>ACS ACR1251U-C Smart Card Reader</string>
		<string>ACS ACR1251U-C Smart Card Reader</string>
		<string>ACS ACR1251K Dual Reader</string>
		<string>ACS ACR1251 1S Dual Reader</string>
		<string>ACS ACR1252 1S CL Reader</string>
		<string>ACS ACR1252 CL Reader</string>
		<string>ACS ACR1252 USB FW_Upgrade v100</string>
		<string>ACS ACR1252U BADANAMU MAGIC READER</string>
		<string>ACS ACR1256U PICC Reader</string>
		<string>ACS ACR1261 1S Dual Reader</string>
		<string>ACS ACR128U</string>
		<string>ACS ACR1281 1S Dual Reader</string>
		<string>ACS ACR1281 CL Reader</string>
		<string>ACS ACR1281 PICC Reader</string>
		<string>ACS ACR1281 Dual Reader</string>
		<string>ACS ACR1281 PICC Reader</string>
		<string>ACS ACR1281 Dual Reader</string>
		<string>ACS ACR1281 2S CL Reader</string>
		<string>ACS ACR1281 1S PICC Reader</string>
		<string>ACS ACR1281U-K PICC Reader</string>
		<string>ACS ACR1281U-K Dual Reader</string>
		<string>ACS ACR1281U-K 1S Dual Reader</string>
		<string>ACS ACR1281U-K 4S Dual Reader</string>
		<string>ACS ACR1283 4S CL Reader</string>
		<string>ACS ACR1283 CL Reader</string>
		<string>ACS ACR1283U FW Upgrade</string>
		<string>ACS AET62 PICC Reader</string>
		<string>ACS AET62 1SAM PICC Reader</string>
		<string>ACS AET65 ICC Reader</string>
		<string>ACS APG8201</string>
		<string>ACS APG8201Z</string>
		<string>ACS CryptoMate64</string>
		<string>ACS CryptoMate (T1)</string>
		<string>ACS CryptoMate (T2)</string>
		<string>ACS ACR38U</string>
		<string>ACS ACR38U-SAM</string>
		<string>ACS AET65 1SAM ICC Reader</string>
		<string>ACS CryptoMate</string>
		<string>IRIS SCR21U</string>
	</array>

	<key>Copyright</key>
	<string>This driver is protected by terms of the GNU Lesser General Public License version 2.1, or (at your option) any later version.</string>

</dict>
</plist>