[GH-ISSUE #2805] net none in udiskie profile is causing dbus errors #1757

Closed
opened 2026-05-05 08:25:48 -06:00 by gitea-mirror · 6 comments
Owner

Originally created by @jose1711 on GitHub (Jun 28, 2019).
Original GitHub issue: https://github.com/netblue30/firejail/issues/2805

(udiskie:34): dbind-WARNING **: 11:35:22.474: Couldn't connect to accessibility bus: Failed to connect to socket /tmp/dbus-XXX: Connection refused

udiskie complains about inability to connect do accessibily bus unless this line is commented out in its profile

d824eee1d0/etc/udiskie.profile (L24)

Originally created by @jose1711 on GitHub (Jun 28, 2019). Original GitHub issue: https://github.com/netblue30/firejail/issues/2805 ``` (udiskie:34): dbind-WARNING **: 11:35:22.474: Couldn't connect to accessibility bus: Failed to connect to socket /tmp/dbus-XXX: Connection refused ``` `udiskie` complains about inability to connect do accessibily bus unless this line is commented out in its profile https://github.com/netblue30/firejail/blob/d824eee1d0ee2dfb816ef644a1cb4b9cadd7be1c/etc/udiskie.profile#L24
gitea-mirror 2026-05-05 08:25:48 -06:00
Author
Owner

@rusty-snake commented on GitHub (Jun 28, 2019):

Not only udiskie, the most GTK+3 app have this.

<!-- gh-comment-id:506675773 --> @rusty-snake commented on GitHub (Jun 28, 2019): Not only udiskie, the most GTK+3 app have this.
Author
Owner

@jose1711 commented on GitHub (Jun 28, 2019):

Maybe it could be mentioned in template too then

<!-- gh-comment-id:506678706 --> @jose1711 commented on GitHub (Jun 28, 2019): Maybe it could be mentioned in template too then
Author
Owner

@netblue30 commented on GitHub (Jul 4, 2019):

I wouldn't worry about it, unless you use some of the accessibility features. They communicate over DBus, and "net none' is shutting down the socket.

<!-- gh-comment-id:508538372 --> @netblue30 commented on GitHub (Jul 4, 2019): I wouldn't worry about it, unless you use some of the accessibility features. They communicate over DBus, and "net none' is shutting down the socket.
Author
Owner

@jose1711 commented on GitHub (Jul 28, 2019):

My understanding so far was that any error reported by the application and caused by too restrictive profile should be fixed. Maybe we need a definition what's an acceptable error and what is not. Though I am not sure if the one breaking accessibility features really belong to the first category.

<!-- gh-comment-id:515770012 --> @jose1711 commented on GitHub (Jul 28, 2019): My understanding so far was that _any_ error reported by the application and caused by too restrictive profile should be fixed. Maybe we need a definition what's an acceptable error and what is not. Though I am not sure if the one breaking accessibility features really belong to the first category.
Author
Owner

@Vincent43 commented on GitHub (Jul 28, 2019):

There is already protocol unix in the udisks profile which should block network access so perhaps net none could be dropped.

<!-- gh-comment-id:515771647 --> @Vincent43 commented on GitHub (Jul 28, 2019): There is already `protocol unix` in the udisks profile which should block network access so perhaps `net none` could be dropped.
Author
Owner

@rusty-snake commented on GitHub (Oct 13, 2019):

I'm closing here due to inactivity, please fell free to reopen if you have more questions.

<!-- gh-comment-id:541425534 --> @rusty-snake commented on GitHub (Oct 13, 2019): I'm closing here due to inactivity, please fell free to reopen if you have more questions.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#1757
No description provided.