kochstefan / usbauth-all

22 stars 4 forks source link

Question: Identifying and blocking Webcam and Fingerprint scanner #9

Open vishytk opened 3 years ago

vishytk commented 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 ?

aitorpazos commented 1 year ago

This example may help:

deny bInterfaceClass==03 devcount > 1 #deny HIDs if more than 1 are connected