mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #6547] Fine-grained permission to DBus for Dropbox Profile. #3299
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#3299
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 @amidukr on GitHub (Nov 17, 2024).
Original GitHub issue: https://github.com/netblue30/firejail/issues/6547
Hi,
I was reviewing Dropbox profile bundled together with firejail recently, and it doesn't has granular permissions for DBus, it seems that by default dbus is open for all. Actually impact is well described here:
https://github.com/netblue30/firejail/wiki/Restrict-DBus
I've tried to update a little bit the profile, and I've found out a way how to log dbus communication, however I've confused about certain aspect.
According to DBus communication log, I see that this messages are filtered, and it really numerous of them.
However when I've checked flatpak, how they doing it permissions through flatseal, I can see only two dbus names enabled for dropbox, while firejail dbus log has much more messages filtered.
3.1 Still curious about principle, why flatpak skipping so many dbus names for dropbox?
BTW: I can test it on my local and make Pull Request for dropbox profile if needed, to have fine-grained permissions for dropbox.