Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: Identifying and blocking Webcam and Fingerprint scanner #9

Open
vishytk opened this issue Feb 6, 2021 · 1 comment
Open

Comments

@vishytk
Copy link

vishytk commented Feb 6, 2021

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
Copy link

This example may help:

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants