mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #4749] shotwell: cannot access PTP camera (gphoto2) #2772
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#2772
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 @skrat on GitHub (Dec 8, 2021).
Original GitHub issue: https://github.com/netblue30/firejail/issues/4749
I don't know too much about the specifics, all I know that without firejail I can see my camera, and import photos, with firejail, I cannot.
@ghost commented on GitHub (Dec 8, 2021):
I think we need to drop the
novideofrom our profile for camera support (and perhaps add to private-bin). Does it work with the below command?@rusty-snake commented on GitHub (Dec 8, 2021):
I think we need
org.gtk.vfs.GPhoto2VolumeMonitor.Does this work?
@skrat commented on GitHub (Dec 8, 2021):
Nope, none of these work. @rusty-snake @glitsj16
@ghost commented on GitHub (Dec 8, 2021):
That can be fixed by adding
--private-etc=passwd(on command line) or by addingprivate-etc passwdto a shotwell.local override. After doing so, please retest both suggestions and report back.@skrat commented on GitHub (Dec 8, 2021):
@glitsj16 nope, that doesn't help either. I removed everything I could from the profile and still no camera:
@skrat commented on GitHub (Dec 8, 2021):
I also looked and compared the profiles to other gphoto2 based apps (digiKam, gthumb) and didn't find anything. Is there a way to do some kind of syscall tracing, and then maybe, compare the run with firejail and without?