mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #2407] Unknown or unsupported transport “DBUS_SESSION_BUS_ADDRESS=unix” #1603
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#1603
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 @ghost on GitHub (Feb 16, 2019).
Original GitHub issue: https://github.com/netblue30/firejail/issues/2407
When running application like GIMP with firejail i get following message:
Unknown or unsupported transport “DBUS_SESSION_BUS_ADDRESS=unix” for address “DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus”
By checking similar issues I am wondering if this is something I want? =) Is it doing the job right by giving me this message or is this something I need to configure to get rid of? I dont really seem to understand if this message is good or not.
Thanks you for taking your time!
@Vincent43 commented on GitHub (Feb 16, 2019):
Gimp has nodbus option enabled in profile which should block dbus access and perhaps that's why you see those message.
If you don't see anything broken in app then you may ignore this. If you want to disable it then you may try
firejail --ignore=nodbus gimporecho "ignore nodbus" > /etc/firejail/gimp.localasrootto make it permanent.@ghost commented on GitHub (Feb 16, 2019):
Big thanks!
@ghost commented on GitHub (Feb 20, 2019):
I know I closed this but I have after some more research anmd according to a hidepid warning on the arch wiki: https://wiki.archlinux.org/index.php/security#hidepid
And I am using hidepid and that could cause problems with D-Bus. Anyone know if I can like add permissions for firejail to check and thru that get rid of the warning without adding the 'ignore' command?
@chiraag-nataraj commented on GitHub (May 20, 2019):
I use
hidepidwith DBus stuff just fine, but I added aprocgroup and addedpolkitdandsystemd-logindto it. Then again, I pretty much don't really use DBus, so...🤷♂️Anyway, the original question seems to have been answered, so I'm going to go ahead and close this. @anteg, please feel free to re-open if you have more questions.