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

Allow access to camera and microphone on WINDOWS 11 #1669

Open
MaldroidDev opened this issue Mar 6, 2022 · 6 comments
Open

Allow access to camera and microphone on WINDOWS 11 #1669

MaldroidDev opened this issue Mar 6, 2022 · 6 comments
Labels
Issue reproduced Issue reproduced without uncertainties ToDo To be done Win 11 Windows 11 issues Workaround Temporary or alternative solution

Comments

@MaldroidDev
Copy link

Is your feature request related to a problem or use case?

I want to be able to use camera and microphone in the sandbox sometimes.

Describe the solution you'd like

Maybe add two check boxes that allow camera or microphone access.

Describe alternatives you've considered

No response

@bjm234
Copy link

bjm234 commented Jan 9, 2023

Curious, still on ToDo list?
My Edge sbox does not allow camera/mic access.
DefaultBox allows camera/mic access.

@MaldroidDev
Copy link
Author

MaldroidDev commented Jan 9, 2023 via email

@DavidXanatos DavidXanatos added the Win 11 Windows 11 issues label Feb 10, 2023
@DavidXanatos DavidXanatos changed the title Allow access to camera and microphone Allow access to camera and microphone on WINDOWS 11 May 21, 2023
@DavidXanatos DavidXanatos pinned this issue May 21, 2023
@DavidXanatos DavidXanatos added Workaround Temporary or alternative solution Issue reproduced Issue reproduced without uncertainties and removed Feature request New feature or idea labels May 21, 2023
@DavidXanatos
Copy link
Member

duplicates:
#2197
#2508
#2925

@DavidXanatos
Copy link
Member

Windows 11 has changed how the frame server for webcams is to be accessed, to get this working a larger re work of Sandboxies inner mechanics around COM/RPC Virtualization is required.

As a preliminary workaround a Compartment Type Box can be used with opened COM access can be used

NoSecurityIsolation=y
Template=OpenCOM

to mitigate for the reduced isolation it is recommended to prevent process elevation

DropAdminRights=y

@chadify
Copy link

chadify commented Oct 2, 2023

Allow access to location/spoof location as well.

@e-t-l
Copy link

e-t-l commented Oct 30, 2023

Windows 11 has changed how the frame server for webcams is to be accessed, to get this working a larger re work of Sandboxies inner mechanics around COM/RPC Virtualization is required.

As a preliminary workaround a Compartment Type Box can be used with opened COM access can be used

NoSecurityIsolation=y
Template=OpenCOM

It looks like both these settings are necessary for Zoom to detect a camera, and NoSecurityIsolation needs a license in order to work (for longer than 5 min at a time), unfortunately.

NoSecurityIsolation, as I understand, encompasses a variety of sandbox changes. Do we know which one(s) specifically are relevant to camera access, and would it be possible to add just that particular permission as its own separate ini flag?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue reproduced Issue reproduced without uncertainties ToDo To be done Win 11 Windows 11 issues Workaround Temporary or alternative solution
Projects
None yet
Development

No branches or pull requests

6 participants