Open vishytk opened 3 years ago
I have a requirement to block webcam and fingerprint scanner using device count. I want to allow only one of each of these devices. How can I achieve this ?
This example may help:
deny bInterfaceClass==03 devcount > 1 #deny HIDs if more than 1 are connected
I have a requirement to block webcam and fingerprint scanner using device count. I want to allow only one of each of these devices. How can I achieve this ?