mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #745] blocking the mic and webcam? #506
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#506
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @xahare on GitHub (Aug 27, 2016).
Original GitHub issue: https://github.com/netblue30/firejail/issues/745
so, outside of xpra, are either possible? how?
@Fred-Barclay commented on GitHub (Aug 27, 2016):
If I'm not mistaken,
--nosoundand--private-devwill block the microphone/speakers and webcam, respectively.I think that
--private-devwill block the microphone and webcam without disabling system sounds, but I might be wrong on that.(I'm not sure that xpra actually blocks the camera or microphone.)
@xahare commented on GitHub (Aug 28, 2016):
xpra has a menu to allow access to them. dont know how easy that would be for the app in question to get around.
@chiraag-nataraj commented on GitHub (Aug 28, 2016):
From what I can tell, pretty easy (at least with PulseAudio). I "disabled" access to speakers and the microphone, yet Youtube can still play stuff and Hangouts can still access my mic. I don't know what exactly it's preventing - maybe direct access to the /dev files?
@netblue30 commented on GitHub (Aug 29, 2016):
Most applications go directly to /dev directory or PulseAudio and bypass xpra. Actually, I don't know any application using X11 sound settings.
@Fred-Barclay commented on GitHub (Aug 29, 2016):
@netblue30, what is proper syntax for disabling the microphone and webcam? Would
--private-devbe sufficient, or is--nosoundneeded as well?Thanks!
@netblue30 commented on GitHub (Aug 29, 2016):
The webcam is disabled by --private-dev. We don't have independent control for speakers and microphone, both are disabled by --nosound.