mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #4769] Can session D-BUS and --net both available #2774
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#2774
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 @lkunxyz on GitHub (Dec 10, 2021).
Original GitHub issue: https://github.com/netblue30/firejail/issues/4769
i using this cmd:
firejail --noprofile --net=eth0 --dbus-system=filter firefox
but when connect to dbus system,i got an error:
_Connection Error Failed to connect to socket /tmp/dbus-6HyK661YVi: Connection refused_i have some request need dbus and --net work both of them at the same time
can anybody help me ?
thanks a lot!
@ghost commented on GitHub (Dec 22, 2021):
Why are you using
--noprofile? That option is for debugging purposes and shouldn't be used for anything else. Our firefox.profile already has D-Bus user filtering for some adressess:If you need dbus-system filtering, use a similar syntax in a
firefox.localfile. You will have to create that if you don't use one yet. Besides enabling filtering you also need to supply the actual D-Bus addressess you want to own or talk to. In any case, having --net can be used together with D-Bus filtering yes.What are you trying to achieve exactly?
@rusty-snake commented on GitHub (Oct 30, 2022):
It's not possible to use
--netwhen D-Bus is configured to use an abstract socket.I'm closing here due to inactivity, please fell free to request to reopen if you have more questions.