mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #5963] brave: Failed to connect to socket /run/firejail/mnt/dbus/system: Permission denied #3143
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#3143
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 @rdbeni0 on GitHub (Aug 19, 2023).
Original GitHub issue: https://github.com/netblue30/firejail/issues/5963
Hello everyone,
when i run the command firejail brave then i get ugly output:
cat /home/rdbeni0/.config/firejail/brave.local
Except that - everything is working, so I did not notice any special problems with the brave browser. As I am a perfectionist, I would like to understand and fix this problem. What can I do to supress this error - Failed to connect to the bus: Failed to connect to socket /run/firejail/mnt/dbus/system: Permission denied?
is this related to KDE wallet (which I have disabled)?
when i run just
bravecommand, there is no such problem.OS: latest Arch Linux with KDE and wayland,
bravefrom AUR@rusty-snake commented on GitHub (Aug 19, 2023):
ignore dbus-system nonebut note that this weaks the sandbox.
@rdbeni0 commented on GitHub (Aug 19, 2023):
Thanks. This rule is working.
Now the output is much cleaner:
is there any solution which will not "weaks the sandbox."?
@rusty-snake commented on GitHub (Aug 19, 2023):
Edit the source code of brave and remove the prints 🤐.
Either you allow it or chrom* will log a error because it can not initiate the connection to the system bus.
@rdbeni0 commented on GitHub (Aug 19, 2023):
Ok, thanks. Topic is closed.