[PR #6828] [MERGED] profiles: keepassxc: add x11 group to private-etc #6188

Closed
opened 2026-05-05 10:52:23 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/6828
Author: @kmk3
Created: 7/14/2025
Status: Merged
Merged: 7/16/2025
Merged by: @kmk3

Base: masterHead: keepassxc-private-etc-x11


📝 Commits (1)

  • 02bedfe profiles: keepassxc: add x11 group to private-etc

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 etc/profile-a-l/keepassxc.profile (+1 -1)

📄 Description

It is a GUI program and without it the program does not start due to a
dbus error[1]:

$ firejail keepassxc
Reading profile /etc/firejail/keepassxc.profile
[...]
firejail version 0.9.74
[...]
Child process initialized in 698.63 ms
dbus[23]: D-Bus library appears to be incorrectly set up: see the manual page for dbus-uuidgen to correct this issue. (Failed to open "/var/lib/dbus/machine-id": No such file or directory; Failed to open "/etc/machine-id": No such file or directory)
  D-Bus not built with -rdynamic so unable to print a backtrace

Parent is shutting down, bye...

This issue is also mentioned in src/include/etc_groups.h:

// @x11
static char *etc_group_x11[] = {
    // [...]
    "machine-id", // QT dbus lib is crashing without it!
    // [...]
    NULL
};

This amends commit 5d0822c52 ("private-etc: big profile changes",
2023-02-05).

Fixes #6827.

Relates to #6400.

[1] https://github.com/netblue30/firejail/issues/6827#issue-3228990975

Reported-by: @Rosika2


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netblue30/firejail/pull/6828 **Author:** [@kmk3](https://github.com/kmk3) **Created:** 7/14/2025 **Status:** ✅ Merged **Merged:** 7/16/2025 **Merged by:** [@kmk3](https://github.com/kmk3) **Base:** `master` ← **Head:** `keepassxc-private-etc-x11` --- ### 📝 Commits (1) - [`02bedfe`](https://github.com/netblue30/firejail/commit/02bedfe29c4e393941451111c70da24d43bff62e) profiles: keepassxc: add x11 group to private-etc ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `etc/profile-a-l/keepassxc.profile` (+1 -1) </details> ### 📄 Description It is a GUI program and without it the program does not start due to a dbus error[1]: $ firejail keepassxc Reading profile /etc/firejail/keepassxc.profile [...] firejail version 0.9.74 [...] Child process initialized in 698.63 ms dbus[23]: D-Bus library appears to be incorrectly set up: see the manual page for dbus-uuidgen to correct this issue. (Failed to open "/var/lib/dbus/machine-id": No such file or directory; Failed to open "/etc/machine-id": No such file or directory) D-Bus not built with -rdynamic so unable to print a backtrace Parent is shutting down, bye... This issue is also mentioned in src/include/etc_groups.h: // @x11 static char *etc_group_x11[] = { // [...] "machine-id", // QT dbus lib is crashing without it! // [...] NULL }; This amends commit 5d0822c52 ("private-etc: big profile changes", 2023-02-05). Fixes #6827. Relates to #6400. [1] https://github.com/netblue30/firejail/issues/6827#issue-3228990975 Reported-by: @Rosika2 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 10:52:23 -06:00
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#6188
No description provided.