mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #3689] iceweasel: DBus user socket not found (Parabola OpenRC) #2325
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#2325
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 @RefinedAnarchy on GitHub (Oct 24, 2020).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3689
Bug and expected behavior
Firejail would read profiles when launched then says DBus user socket not found (dbus-daemon is running) and no proxies specified
No profile and disabling firejail
firejail --noprofile /path/to/programin a terminal?which <program>orfirejail --listwhile the sandbox is running)?Both launches fine
Reproduce
Steps to reproduce the behavior:
Launch Iceweasel
Fails to launch
Environment
lsb_release -a,screenfetchorcat /etc/os-release)firejail --version) exclusive or used git commit (git rev-parse HEAD)Parabola OpenRC with linux-libre-lts kernel, latest updates
Firejail 0.9.64
Checklist
https://github.com/netblue30/firejail/issues/1139)--profile=PROFILENAMEis used to set the right profile.debug output
@rusty-snake commented on GitHub (Oct 24, 2020):
As a workaround
dbus-user nonemight work.What's the output of
echo $DBUS_SESSION_BUS_ADDRESS?@RefinedAnarchy commented on GitHub (Oct 24, 2020):
It does
Nothing
@rusty-snake commented on GitHub (Oct 26, 2020):
Where does it listen? /run/user/UID/bus?
@rusty-snake commented on GitHub (Nov 25, 2020):
@RefinedAnarchy does the solution from #3769 work for you too?
@rusty-snake commented on GitHub (Jan 4, 2021):
I'm closing here due to inactivity, please fell free to request to reopen if you still have this issue.