mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1991] webcam works in Firefox although --private-dev was set #1343
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#1343
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 @akhal3d96 on GitHub (Jun 12, 2018).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1991
In issue #745
--private-devwas supposed to disable webcam but it works normally as if it wasn't set@chiraag-nataraj commented on GitHub (Jun 12, 2018):
This is actually true of
guvcviewas well. I wonder if it's because it's calling to an outside library (libv4l{1,2}) rather than enumerating the devices itself?@chiraag-nataraj commented on GitHub (Jun 12, 2018):
Oh wait...
/dev/video0is whitelisted inprivate-dev. Addnovideoin the profile (or--novideoon the commandline) to disable the video devices.@Fred-Barclay commented on GitHub (Jun 12, 2018):
Just to add to @chiraag-nataraj ...
private-devdid originally block video devices. They were allowed in 328d523ed62dfcdb205580ce7c126813b592cb7, and the option to block them withnovideoadded in https://github.com/netblue30/firejail/pull/1296.